From caf7c5202105977c71d8aaee1a16f7f59fb66c8b Mon Sep 17 00:00:00 2001 From: David Moreau Simard Date: Tue, 4 Oct 2016 14:20:41 +0000 Subject: [PATCH] Revert "Pin pycparser to 2.13" This reverts commit 39a3284aa6d1035712fa27315e9fa5042ca99ddb. The broken wheel has been fixed upstream, it should be safe to remove the pin now. Change-Id: I58ff9c3a3025134bc0e5975253441a1932ea8315 --- requirements.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c8f2f8c08..bb577d0ab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,3 @@ PyYAML>=3.10 docutils>=0.11 cryptography!=1.3.0,>=1.0 pyOpenSSL<15.0.0 -# Until https://github.com/eliben/pycparser/issues/147 is fixed -pycparser==2.13