From 94121899022d23bc62a5693f6755f7f2a65d723c Mon Sep 17 00:00:00 2001 From: Chip Date: Wed, 6 Mar 2013 10:40:31 -0600 Subject: [PATCH] fix for bug 1148166 removing version requirement https://bugs.launchpad.net/openstack-cisco/+bug/1148166 Removes version requirement from pyparsing. --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pip-requires b/tools/pip-requires index 2deb910ce..6183e4e1b 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -3,4 +3,4 @@ argparse httplib2 prettytable>=0.6.0 simplejson -pyparsing>=1.5.6,<2.0 +pyparsing