Fix incompatible requirement

Fix lower-constraints don't match the lower bounds
in the requirements file(s). It may cause fail in
requirements-check.

A fail example: https://review.openstack.org/#/c/554702/

Reference:
http://lists.openstack.org/pipermail/openstack-dev/2018-April/129056.html

Change-Id: Ic36fe9cb828d1b7cbe1cc7887f009eb2caeebb6c
This commit is contained in:
Nguyen Hai 2018-04-11 23:23:25 +09:00
parent 200198cbcf
commit 921bb218fd
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pbr!=2.1.0,>=2.0.0 # Apache-2.0
PrettyTable<0.8,>=0.7.1 # BSD
PrettyTable<0.8,>=0.7.2 # BSD
python-glanceclient>=2.8.0 # Apache-2.0
python-keystoneclient>=3.8.0 # Apache-2.0
iso8601>=0.1.11 # MIT

View File

@ -6,7 +6,7 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
mock>=2.0.0 # BSD
requests-mock>=1.2.0 # Apache-2.0
requests-mock>=1.1.0 # Apache-2.0
tempest>=17.1.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
@ -16,5 +16,5 @@ os-testr>=1.0.0 # Apache-2.0
# doc build requirements
openstackdocstheme>=1.18.1 # Apache-2.0
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD
reno>=2.5.0 # Apache-2.0