Set hard requirements for pip

This change sets the requirement for pip to be pip>7,<8.
This is being done because the global pip wheel building
producing a built wheel for pip8 which causing downstream
breakage in the most current releases of master and liberty.

Change-Id: Iddcbba94c62dc87dac6fc25efb17b99ee8ec37d6
Closes-Bug: #1541193
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter 2016-02-02 22:20:48 -06:00
parent e28d2dcadd
commit 4a9b7b848a
No known key found for this signature in database
GPG Key ID: 69FEFFC5E2D9273F
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Jinja2>=2.6 # ansible Jinja2>=2.6 # ansible
netaddr>=0.7.12 # playbooks/inventory/dynamic_inventory.py netaddr>=0.7.12 # playbooks/inventory/dynamic_inventory.py
paramiko>=1.13.0 # ansible paramiko>=1.13.0 # ansible
pip>=6.0 pip>7,<8 # ansible
PrettyTable>=0.7,<0.8 # scripts/inventory-manage.py PrettyTable>=0.7,<0.8 # scripts/inventory-manage.py
pycrypto>=2.6 # ansible pycrypto>=2.6 # ansible
PyYAML>=3.1.0 # ansible PyYAML>=3.1.0 # ansible