Updated from global requirements

Change-Id: Ic3b5de6a54951b4f9a6449f97aa1ab9c395a2f08
This commit is contained in:
OpenStack Jenkins 2013-10-01 16:15:07 +00:00
parent ad59b03be6
commit bca4cf9578
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
pbr>=0.5.21,<1.0
cliff>=1.4
cliff>=1.4.3
keyring>=1.6.1,<2.0
pycrypto>=2.6
python-glanceclient>=0.9.0
python-keystoneclient>=0.3.2
python-novaclient>=2.12.0
python-novaclient>=2.15.0
python-cinderclient>=1.0.5

View File

@ -18,5 +18,5 @@
import setuptools
setuptools.setup(
setup_requires=['pbr>=0.5.21,<1.0'],
setup_requires=['pbr'],
pbr=True)