openstack-ansible/requirements.txt
Darren Birkett 2793a1dbcb pin setuptools to 7.0 to workaround brokenness in 8.x
setuptools 8.0 (and subsequently 8.0.1, 8.0.2) were released over the
weekend.  This introduces a breaking change whereby python packages
installed from SHA, rather than with a proper release version, do not
have their version numbers parsed properly due to the appended sha.
Eg python-glanceclient 0.14.2.2.gb126351

This commit:

- pins setuptools to 7.0, to workaround this issue until a fix
is made upstream, inside the global requirements.txt

- removes package installations of python-setuptools and
python-pip which had potential to further conflict.

- removes the list pip_common_packages from the all_common vars file

Closes-Bug: 1402679

Closes-Bug: 1402672

Change-Id: Idb75f816f47740ee28ec5d7d8afb118acf4a71bb
2014-12-16 13:45:09 +00:00

19 lines
334 B
Plaintext

Jinja2==2.7.3
MarkupSafe==0.23
PyYAML==3.11
click==2.5
colorize==1.0.2
ecdsa==0.11
netaddr==0.7.12
paramiko==1.14.0
prettytable==0.7.2
pycrypto==2.6.1
wsgiref==0.1.2
pexpect==3.3
requests==2.4.1
cloudlib==0.0.8
pip==1.5.6
wheel==0.24.0
setuptools==7.0
http://mirror.rackspace.com/rackspaceprivatecloud/downloads/ansible-1.6.10.tar.gz