diff options
| author | Ben Andrews <andrewsben@gmail.com> | 2012-12-16 20:39:18 -0500 |
|---|---|---|
| committer | Ben Andrews <andrewsben@gmail.com> | 2012-12-16 20:39:18 -0500 |
| commit | 5d0ee641f2bb4116e88f4f3788c1aa5b7bc4aacb (patch) | |
| tree | 527f3ce15119cca0a6cdb71bb6903313d7f9b785 /tools | |
| parent | 5b239e03c4323b447b539564e06db31978f10d36 (diff) | |
| download | python-neutronclient-5d0ee641f2bb4116e88f4f3788c1aa5b7bc4aacb.tar.gz | |
bug 1091028
sets version that pip can use for pyparser to one that is for python 2.X. 2.0.0 is only for python 3
Change-Id: I8e23e576032290a71ba929af5f5c729ae3dffca6
Fixes: bug #1091028
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/pip-requires | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pip-requires b/tools/pip-requires index 6183e4e..2deb910 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -3,4 +3,4 @@ argparse httplib2 prettytable>=0.6.0 simplejson -pyparsing +pyparsing>=1.5.6,<2.0 |
