Added upper version boundry for six
The 1.4.0 version of six is not compatible with WSME 0.5b2. This fixed bug #1219694. Change-Id: Ifecf321865c98990b049d5df5de23eb1c90fd6c4
This commit is contained in:
parent
f99d550aa5
commit
4e3351bc25
@ -21,7 +21,7 @@ python-ceilometerclient>=1.0.2
|
|||||||
python-swiftclient>=1.2
|
python-swiftclient>=1.2
|
||||||
lxml>=2.3
|
lxml>=2.3
|
||||||
requests>=1.1
|
requests>=1.1
|
||||||
six
|
six<1.4.0
|
||||||
WSME>=0.5b2
|
WSME>=0.5b2
|
||||||
PyYAML>=3.1.0
|
PyYAML>=3.1.0
|
||||||
-f http://tarballs.openstack.org/oslo.config/oslo.config-1.2.0a3.tar.gz#egg=oslo.config-1.2.0a3
|
-f http://tarballs.openstack.org/oslo.config/oslo.config-1.2.0a3.tar.gz#egg=oslo.config-1.2.0a3
|
||||||
|
Loading…
Reference in New Issue
Block a user