Update pyparsing to 1.5.7

The version of cliff we are using depends on pyparsing>=1.5.7 but
python-quantumclient pulls 1.5.6 because it appears first in the
requirements processing.

The requirements change is in
    https://review.openstack.org/#/c/33406/

Fixes bug #1191866

Change-Id: Ib1c11b53813ff96b750f5ffe4997ad01907d32c3
This commit is contained in:
Xavier Queralt 2013-06-24 17:30:37 +02:00
parent 24129187ed
commit ec010304db
1 changed files with 1 additions and 0 deletions

View File

@ -30,3 +30,4 @@ six
stevedore>=0.9
websockify<0.4
oslo.config>=1.1.0
pyparsing>=1.5.7,<2.0 # order-dependent python-quantumclient req, bug 1191866