5b2c3faf4c
Current minimal versions of python-keystoneclient and python-ceilometerclient require an incompatible version of python-keystoneclient (>=0.2,<0.3) As a result, setuptools will fail to install horizon if python-heatclient-0.2.2 and/or python-ceilometerclient-1.0.1 are installed This patch updates the mimimal versions of these client to make sure they have a compatible requirement of python-keystoneclient (>=0.3.0) Change-Id: Id5dc6bb4514ebb98496ae08aa633c0b71d886f3f Fixes: bug #1199529
23 lines
499 B
Plaintext
23 lines
499 B
Plaintext
d2to1>=0.2.10,<0.3
|
|
pbr>=0.5.16,<0.6
|
|
# Horizon Core Requirements
|
|
django>=1.4,<1.6
|
|
django_compressor>=1.3
|
|
django_openstack_auth>=1.0.11,!=1.1.0
|
|
eventlet>=0.12.0
|
|
kombu>2.4.7
|
|
iso8601>=0.1.4
|
|
netaddr
|
|
python-cinderclient>=1.0.4
|
|
python-glanceclient>=0.9.0
|
|
python-heatclient>=0.2.3
|
|
python-keystoneclient>=0.3.0
|
|
python-novaclient>=2.12.0
|
|
python-neutronclient>=2.2.3,<3
|
|
python-swiftclient>=1.2
|
|
python-ceilometerclient>=1.0.2
|
|
pytz>=2010h
|
|
# Horizon Utility Requirements
|
|
# for SECURE_KEY generation
|
|
lockfile>=0.8
|