Fix requirement for pycparser version
Change-Id: Icaf1d798bbeca6d092df1154b28fe68f9bb73d99 Closes-Bug: #1634542
This commit is contained in:
parent
e68c910a44
commit
a60454da67
@ -1,5 +1,5 @@
|
||||
setuptools>=22.0,!=24.0.0 # PSF/ZPL # MANDATORY TO BUILD CORRECT VIRTUALENV
|
||||
pycparser!=2.14 # BSD # Version pinned to avoid AssertionError: sorry, but this version only supports 100 named groups
|
||||
pycparser<2.14 # BSD # Version pinned to avoid AssertionError: sorry, but this version only supports 100 named groups
|
||||
pip>=6.0 # MIT # MANDATORY TO BUILD CORRECT VIRTUALENV
|
||||
nose==1.2.1
|
||||
anyjson>=0.3.3 # BSD
|
||||
|
Loading…
Reference in New Issue
Block a user