From 39a3284aa6d1035712fa27315e9fa5042ca99ddb Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Mon, 3 Oct 2016 09:49:15 -0400 Subject: [PATCH] Pin pycparser to 2.13 Bug https://github.com/eliben/pycparser/issues/147 is affecting packstack installation from source. As workaround i'm setting it to ==2.13. Change-Id: Idf78577988a56404e22ceed9915d4b077e6a46ee (cherry picked from commit 236f20a2b85f1d88b1663cd37cb44f8e04dbb5cd) --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index bb577d0ab..c8f2f8c08 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,3 +4,5 @@ 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