From ec010304db60a005fb77a44201728c51538a67f8 Mon Sep 17 00:00:00 2001 From: Xavier Queralt Date: Mon, 24 Jun 2013 17:30:37 +0200 Subject: [PATCH] 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 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 68cec7c318c3..92a9534f7c36 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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