Update requirements for pbr>=2.0.0

Need to update not only hacking, also pbr to 2.0.0.

Change-Id: I85cc3758dd15c26b0fc81356e2b74694bc84e396
This commit is contained in:
Shu Muto 2017-03-09 10:49:37 +09:00
parent e49092517e
commit e882e115f3
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
# be installed in a specific order.
#
# PBR should always appear first
pbr>=1.6 # Apache-2.0
pbr>=2.0.0 # Apache-2.0
# If python-higginsclient will be created, we will use it.
#python-higginsclient>=0.1.0 # Apache-2.0
Babel>=2.3.4 # BSD

View File

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