Update requirements

By running "update-requirements -H" manually,
to be compatible with pbr 2.0.

Note: the update bot doesn't use -H.

Partial-Bug: #1668848
Change-Id: I0d15cdfa307b5cda0defce815854207fc02413b9
This commit is contained in:
YAMAMOTO Takashi 2017-03-03 10:23:13 +09:00
parent 55e8d2d733
commit f8dac83843
3 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pbr>=1.8 # Apache-2.0
pbr>=2.0.0 # Apache-2.0
Babel>=2.3.4 # BSD
neutron-lib>=1.1.0 # Apache-2.0
neutron-lib>=1.2.0 # Apache-2.0
# NOTE(yamamoto): Our devstack plugin installs python-midonetclient from
# midonet repository.

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

@ -1,7 +1,7 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
hacking<0.11,>=0.10.0
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
cliff>=2.3.0 # Apache-2.0
coverage>=4.0 # Apache-2.0