From 5beecf050982ca70170cdeb15e076b6ede427bdb Mon Sep 17 00:00:00 2001 From: David Moreau Simard Date: Tue, 4 Oct 2016 14:20:26 +0000 Subject: [PATCH] Revert "Pin pycparser to 2.13" This reverts commit 236f20a2b85f1d88b1663cd37cb44f8e04dbb5cd. The broken wheel has been fixed upstream, it should be safe to remove the pin now. Change-Id: I88d759d4cb3e9040ee94ebded6af25f88f8c828e --- 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