Skip to content

Commit

Permalink
Updated from global requirements
Browse files Browse the repository at this point in the history
Change-Id: Ia800b56977ddd85f2d5c16e62c7a75a3a3c673b7
  • Loading branch information
OpenStack Proposal Bot committed Mar 15, 2017
1 parent 3ea54ef commit ca3ed9b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions requirements.txt
Expand Up @@ -3,15 +3,15 @@
# process, which may cause wedges in the gate later.

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
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.serialization>=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
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
stevedore>=1.17.1 # Apache-2.0
stevedore>=1.20.0 # Apache-2.0
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -25,5 +25,5 @@
pass

setuptools.setup(
setup_requires=['pbr>=1.8'],
setup_requires=['pbr>=2.0.0'],
pbr=True)

0 comments on commit ca3ed9b

Please sign in to comment.