Cap versions of stevedore and oslo.config

We have to follow python-fuelclient requirements

Change-Id: Id76d2de585577788896d849ce466d8939003f511
This commit is contained in:
Yuriy Taraday 2015-10-05 22:04:12 +03:00
parent 68d65806f0
commit b9bffce397
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@
pbr>=0.6,!=0.7,<1.0
# Cap versions of libs pulled by python-keystoneclient
stevedore<1.7.0,>=1.1.0
oslo.config<2.0.0 # the last version with namespace package
stevedore<1.4.0,>=1.1.0
oslo.config<1.10.0 # the last version with namespace package
# python-fuelclient needs these versions, python-keystoneclient pulls newer ones
# (taken from requirements.txt in python-fuelclient)