Updated from global requirements

Change-Id: I6f51f2396f25438b0223042a478617c65f80f370
This commit is contained in:
OpenStack Proposal Bot 2015-12-03 15:02:05 +00:00
parent d265cc9fd1
commit afede59047
2 changed files with 14 additions and 14 deletions

View File

@ -5,20 +5,20 @@ alembic>=0.8.0
eventlet>=0.17.4
netaddr!=0.7.16,>=0.7.12
httplib2>=0.7.5
python-neutronclient<3,>=2.6.0
oslo.config>=2.3.0 # Apache-2.0
python-neutronclient>=2.6.0
oslo.config>=2.7.0 # Apache-2.0
oslo.context>=0.2.0 # Apache-2.0
oslo.db>=2.4.1 # Apache-2.0
oslo.db>=3.2.0 # Apache-2.0
oslo.i18n>=1.5.0 # Apache-2.0
oslo.log>=1.8.0 # Apache-2.0
oslo.messaging!=1.17.0,!=1.17.1,>=1.16.0 # Apache-2.0
oslo.serialization>=1.4.0 # Apache-2.0
oslo.utils>=2.0.0 # Apache-2.0
oslo.log>=1.12.0 # Apache-2.0
oslo.messaging!=2.8.0,>2.6.1 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0
oslo.utils>=2.8.0 # Apache-2.0
WebOb>=1.2.3
python-novaclient>=2.28.1
cliff>=1.14.0 # Apache-2.0
python-novaclient!=2.33.0,>=2.29.0
cliff>=1.15.0 # Apache-2.0
six>=1.9.0
tooz>=0.16.0 # Apache-2.0
pymemcache>=1.2.9,!=1.3.0 # Apache 2.0 License
keystonemiddleware>=2.0.0
python-keystoneclient>=1.6.0
tooz>=1.19.0 # Apache-2.0
pymemcache!=1.3.0,>=1.2.9 # Apache 2.0 License
keystonemiddleware!=2.4.0,>=2.0.0
python-keystoneclient!=1.8.0,>=1.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)