Pin pycparser version to !=2.14

This should fix  AssertionError: sorry, but this version only supports 100 named groups
during requirements install via pip

Change-Id: I37817eb885bcf9b4655bb11891a5e65b65cf485b
This commit is contained in:
Volodymyr Shypyguzov 2016-10-03 12:36:32 +03:00
parent 1e99d97fe2
commit 23822df855
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +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
pip>=6.0 # MIT # MANDATORY TO BUILD CORRECT VIRTUALENV
nose==1.2.1
anyjson>=0.3.3 # BSD
@ -31,4 +32,4 @@ python-jenkins>=0.4.12
pyyaml>=3.1.0 # MIT
requests>=2.8.1,!=2.9.0 # Apache-2.0
tablib>=0.11.2
xmltodict>=0.10.1 # MIT
xmltodict>=0.10.1 # MIT