From 31a8f05a650d5268eb1537e15b1c71a3b090c241 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Wed, 12 Oct 2016 10:21:01 +0100 Subject: [PATCH] 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 --- requirements.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index e3cc470459..1bd37f0af9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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