Updated from global requirements

Change-Id: I69421c210b66a8811176d674a95e7c8fe47fe2a6
This commit is contained in:
OpenStack Proposal Bot 2015-07-15 07:34:25 +00:00
parent 7566f1304e
commit 35d1cac315
3 changed files with 4 additions and 4 deletions

View File

@ -29,10 +29,10 @@ oslo.messaging>=1.16.0 # Apache-2.0
oslo.policy>=0.5.0 # Apache-2.0
oslo.serialization>=1.4.0 # Apache-2.0
oslo.service>=0.1.0 # Apache-2.0
oslo.utils>=1.6.0 # Apache-2.0
oslo.utils>=1.9.0 # Apache-2.0
oslo.versionedobjects!=0.5.0,>=0.3.0
paramiko>=1.13.0
pbr<2.0,>=0.11
pbr<2.0,>=1.3
pecan>=0.8.0
python-glanceclient>=0.18.0
python-heatclient>=0.3.0

View File

@ -25,5 +25,5 @@ except ImportError:
pass
setuptools.setup(
setup_requires=['pbr'],
setup_requires=['pbr>=1.3'],
pbr=True)

View File

@ -12,7 +12,7 @@ hacking<0.11,>=0.10.0 # Apache-2.0
mock>=1.1;python_version!='2.6'
mock==1.0.1;python_version=='2.6'
oslosphinx>=2.5.0 # Apache-2.0
oslotest>=1.5.1 # Apache-2.0
oslotest>=1.7.0 # Apache-2.0
python-subunit>=0.0.18
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
testrepository>=0.0.18