Updated from global requirements

Change-Id: Ia800b56977ddd85f2d5c16e62c7a75a3a3c673b7
This commit is contained in:
OpenStack Proposal Bot 2017-03-15 12:44:19 +00:00
parent 3ea54ef501
commit ca3ed9b378
2 changed files with 6 additions and 6 deletions

View File

@ -3,15 +3,15 @@
# process, which may cause wedges in the gate later. # process, which may cause wedges in the gate later.
kuryr-lib>=0.1.0 # Apache-2.0 kuryr-lib>=0.1.0 # Apache-2.0
pbr>=1.8 # Apache-2.0 pbr>=2.0.0 # Apache-2.0
requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0 requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0
eventlet!=0.18.3,>=0.18.2 # MIT eventlet!=0.18.3,>=0.18.2 # MIT
oslo.config!=3.18.0,>=3.14.0 # Apache-2.0 oslo.config>=3.22.0 # Apache-2.0
oslo.log>=3.11.0 # Apache-2.0 oslo.log>=3.11.0 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0 oslo.serialization>=1.10.0 # Apache-2.0
oslo.service>=1.10.0 # Apache-2.0 oslo.service>=1.10.0 # Apache-2.0
oslo.utils>=3.18.0 # Apache-2.0 oslo.utils>=3.20.0 # Apache-2.0
os-vif>=1.4.0 # Apache-2.0 os-vif>=1.4.0 # Apache-2.0
pyroute2>=0.4.12 # Apache-2.0 (+ dual licensed GPL2) pyroute2>=0.4.12 # Apache-2.0 (+ dual licensed GPL2)
six>=1.9.0 # MIT six>=1.9.0 # MIT
stevedore>=1.17.1 # Apache-2.0 stevedore>=1.20.0 # Apache-2.0

View File

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