Updated from global requirements

Change-Id: I2b3c142c79a55861662a23da4ce773a0920620c8
This commit is contained in:
OpenStack Proposal Bot 2017-04-12 04:09:48 +00:00
parent 911ed1af85
commit 7c77f6160b
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
# See: https://bugs.launchpad.net/pbr/+bug/1384919 for why this is here...
pbr>=2.0.0 # Apache-2.0
pbr!=2.1.0,>=2.0.0 # Apache-2.0
# Python 2->3 compatibility library.
six>=1.9.0 # MIT