Updated from global requirements

Change-Id: I73a4bd75e4fee956cc16cd48763f0ce7764a8a78
This commit is contained in:
OpenStack Proposal Bot 2015-07-15 01:36:48 +00:00
parent 6ee35b0eb5
commit 6c4509587a
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
# adding a new feature to oslo.utils means adding a new dependency,
# that is a likely indicator that the feature belongs somewhere else.
pbr<2.0,>=0.11
pbr<2.0,>=1.3
Babel>=1.3
six>=1.9.0
iso8601>=0.1.9

View File

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

View File

@ -10,7 +10,7 @@ python-subunit>=0.0.18
testrepository>=0.0.18
testscenarios>=0.4
testtools>=1.4.0
oslotest>=1.5.1 # Apache-2.0
oslotest>=1.7.0 # Apache-2.0
# when we can require tox>= 1.4, this can go into tox.ini:
# [testenv:cover]