Updated from global requirements

Change-Id: If72e0f82560182225a7c1a5c4a352f8772434a9c
This commit is contained in:
OpenStack Proposal Bot 2015-10-19 23:26:42 +00:00
parent 7c94bddc43
commit e131222b5d
2 changed files with 4 additions and 4 deletions

View File

@ -4,9 +4,9 @@
oslo.config>=2.3.0 # Apache-2.0
oslo.context>=0.2.0 # Apache-2.0
oslo.messaging!=1.17.0,!=1.17.1,>=1.16.0 # Apache-2.0
oslo.utils>=2.0.0 # Apache-2.0
pbr<2.0,>=1.6
oslo.messaging!=1.17.0,!=1.17.1,!=2.6.0,!=2.6.1,>=1.16.0 # Apache-2.0
oslo.utils!=2.6.0,>=2.4.0 # Apache-2.0
pbr>=1.6
pycadf>=1.1.0
six>=1.9.0
Babel>=1.3

View File

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