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
This commit is contained in:
Alfredo Moralejo 2016-10-03 09:49:15 -04:00
parent 2eb64f1488
commit 236f20a2b8
1 changed files with 2 additions and 0 deletions

View File

@ -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