Updated from global requirements

Change-Id: I6b3d013f15bc312e9244d6c77ef0e3245746d1ab
This commit is contained in:
OpenStack Proposal Bot 2015-07-15 01:39:05 +00:00
parent 45a4fee32d
commit dcd143dbdd
3 changed files with 4 additions and 4 deletions

View File

@ -3,13 +3,13 @@
# process, which may cause wedges in the gate later.
Babel>=1.3
pbr<2.0,>=0.11
pbr<2.0,>=1.3
argparse
iso8601>=0.1.9
PrettyTable<0.8,>=0.7
oslo.i18n>=1.5.0 # Apache-2.0
oslo.serialization>=1.4.0 # Apache-2.0
oslo.utils>=1.6.0 # Apache-2.0
oslo.utils>=1.9.0 # Apache-2.0
python-openstacksdk>=0.4.1
python-keystoneclient>=1.6.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 @@ mock>=1.1;python_version!='2.6'
mock==1.0.1;python_version=='2.6'
mox3>=0.7.0
oslosphinx>=2.5.0 # Apache-2.0
oslotest>=1.5.1 # Apache-2.0
oslotest>=1.7.0 # Apache-2.0
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
testrepository>=0.0.18
testscenarios>=0.4