Updated from global requirements

Change-Id: I9ca5562907b34d9b78fd4c0ab72bcbdadf610f4b
This commit is contained in:
OpenStack Proposal Bot 2015-09-17 16:37:39 +00:00
parent d909342cfc
commit 0e5391510b
2 changed files with 3 additions and 3 deletions

View File

@ -22,14 +22,14 @@ oslo.reports>=0.1.0 # Apache-2.0
oslo.rootwrap>=2.0.0 # Apache-2.0
oslo.service>=0.7.0 # Apache-2.0
PasteDeploy>=1.5.0
pbr<2.0,>=1.6
pbr>=1.6
pecan>=1.0.0
oslo.messaging!=1.17.0,!=1.17.1,>=1.16.0 # Apache-2.0
oslo.middleware>=2.8.0 # Apache-2.0
oslo.serialization>=1.4.0 # Apache-2.0
oslo.utils>=2.0.0 # Apache-2.0
pysnmp<5.0.0,>=4.2.1
python-ceilometerclient>=1.0.13
python-ceilometerclient>=1.5.0
python-glanceclient>=0.18.0
python-keystoneclient>=1.6.0
python-neutronclient>=2.6.0

View File

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