c39687edb9
Fixes bug 1182271. * tools/pip-requires: The requests library released 1.2.1 today which brings in sphinx as a new dependency. One of sphinx's transitive dependencies is on a newer version of jinja than is provided in the python-jinja2 package on CentOS 6, and since nova's unit tests allow site-packages in the venv for libvirt support this cap is needed so that gate-nova-python26 will continue to work. Because requests is actually a dependency of python-cinderclient but is only breaking nova's unit tests, it has to be added and come before python-cinderclient in the pip-requires list. A separate change has been proposed to openstack/requirements which will need to merge first. https://review.openstack.org/29850 Change-Id: Ia198192d6231f71272d3aa4f5942828a45d86ceb
34 lines
585 B
Plaintext
34 lines
585 B
Plaintext
d2to1>=0.2.10,<0.3
|
|
pbr>=0.5,<0.6
|
|
SQLAlchemy>=0.7.8,<0.7.99
|
|
Cheetah>=2.4.4
|
|
amqplib>=0.6.1
|
|
anyjson>=0.2.4
|
|
argparse
|
|
boto
|
|
eventlet>=0.9.17
|
|
kombu>=1.0.4
|
|
lxml>=2.3
|
|
routes>=1.12.3
|
|
WebOb==1.2.3
|
|
greenlet>=0.3.1
|
|
PasteDeploy>=1.5.0
|
|
paste
|
|
sqlalchemy-migrate>=0.7.2
|
|
netaddr>=0.7.6
|
|
suds>=0.4
|
|
paramiko
|
|
pyasn1
|
|
Babel>=0.9.6
|
|
iso8601>=0.1.4
|
|
httplib2
|
|
requests>=1.1,<1.2.1 # order-dependent python-cinderclient req cap, bug 1182271
|
|
python-cinderclient>=1.0.1
|
|
python-quantumclient>=2.2.0,<3.0.0
|
|
python-glanceclient>=0.5.0,<2
|
|
python-keystoneclient>=0.2.0
|
|
six
|
|
stevedore>=0.7
|
|
websockify<0.4
|
|
oslo.config>=1.1.0
|