Updated from global requirements

Change-Id: I8c4552a36a2ebad828e21e57e3e9ed774744e9b1
This commit is contained in:
OpenStack Proposal Bot 2017-03-07 02:07:19 +00:00
parent bfecb899e2
commit 29cfc1a0f6
3 changed files with 3 additions and 3 deletions

View File

@ -7,5 +7,5 @@
# be installed in a specific order.
#
# PBR should always appear first
pbr>=1.8 # Apache-2.0
pbr>=2.0.0 # Apache-2.0
python-tackerclient>=0.8.0 # Apache-2.0

View File

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

View File

@ -7,7 +7,7 @@
# be installed in a specific order.
#
# Hacking should appear first in case something else depends on pep8
hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
#
coverage>=4.0 # Apache-2.0
django-nose>=1.4.4 # BSD