Remove pycparser restriction from requirements

The assertion error mentioned to justify the restriction is
not actually due to this version of the python package, but
instead due to an improperly prepared wheel which was
uploaded to pypi. This wheel has now been removed and the
package works properly.

Reference: https://github.com/eliben/pycparser/issues/147

This patch removes the restriction so that Rally's
requirements are back in line with the OpenStack upper
constraint for pycparser.

Change-Id: I66ef46ad4c1511f39817270f59c7c1511645f2eb
Related-Bug: #1629830
Related-Bug: #1629726
This commit is contained in:
Jesse Pretorius 2016-10-12 10:21:01 +01:00
parent f5f9646ba1
commit 31a8f05a65
1 changed files with 0 additions and 3 deletions

View File

@ -49,6 +49,3 @@ python-swiftclient>=2.2.0,<=3.1.0 # Apache Software License
python-troveclient>=2.2.0,<=2.5.0 # Apache Software License
python-watcherclient>=0.23.0,<=0.25.0 # Apache Software License
python-zaqarclient>=1.0.0,<=1.2.0 # Apache Software License
# [do-not-touch] Version pinned to avoid AssertionError: sorry, but this version
# only supports 100 named groups
pycparser!=2.14 # BSD