Updated from global requirements

Change-Id: I790839f1a5670e0bbe530310b4ff135b76d54e53
This commit is contained in:
OpenStack Proposal Bot 2015-07-15 01:36:27 +00:00
parent cbf6b30a7b
commit 9a1ba80ce2
2 changed files with 2 additions and 2 deletions

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]