Updated from global requirements

Change-Id: Id30c990faf512bea08175ef05e38d9df163277a7
This commit is contained in:
OpenStack Proposal Bot 2015-07-15 01:36:46 +00:00
parent a6cd5df347
commit 2b01b95d78
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ Babel>=1.3
eventlet>=0.17.4
greenlet>=0.3.2
monotonic>=0.1 # Apache-2.0
oslo.utils>=1.6.0 # Apache-2.0
oslo.utils>=1.9.0 # Apache-2.0
oslo.config>=1.11.0 # Apache-2.0
six>=1.9.0
oslo.i18n>=1.5.0 # Apache-2.0

View File

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

View File

@ -5,7 +5,7 @@
hacking<0.11,>=0.10.0
mock>=1.1;python_version!='2.6'
mock==1.0.1;python_version=='2.6'
oslotest>=1.5.1 # Apache-2.0
oslotest>=1.7.0 # Apache-2.0
# These are needed for docs generation
oslosphinx>=2.5.0 # Apache-2.0