Updated from global requirements

Change-Id: Ibeca0350c01caf81dc3d135073456453ea153606
This commit is contained in:
OpenStack Proposal Bot 2015-09-17 12:12:49 +00:00
parent 5eb64d2236
commit 17800169d2
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ oslo.utils>=2.0.0 # Apache-2.0
oslo.versionedobjects>=0.9.0 oslo.versionedobjects>=0.9.0
oslo.reports>=0.1.0 # Apache-2.0 oslo.reports>=0.1.0 # Apache-2.0
paramiko>=1.13.0 paramiko>=1.13.0
pbr<2.0,>=1.6 pbr>=1.6
pecan>=1.0.0 pecan>=1.0.0
python-barbicanclient>=3.3.0 python-barbicanclient>=3.3.0
python-glanceclient>=0.18.0 python-glanceclient>=0.18.0

View File

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