fix lower constraints and uncap eventlet

Fix the lower constraints to make them match the expected values.

We will manage the eventlet version using constraints now. See the
thread starting at
http://lists.openstack.org/pipermail/openstack-dev/2018-April/129096.html
for more details.

Change-Id: I1a01264d7f69a041a106813e3ad33577d2757564
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-04-11 15:18:09 -04:00
parent 09b3c00bd1
commit 14508df027
2 changed files with 5 additions and 4 deletions

View File

@ -11,8 +11,9 @@ eventlet==0.18.2
extras==1.0.0
fixtures==3.0.0
flake8==2.2.4
futures==3.0.0;python_version=='2.7' or python_version=='2.6' # BSD
greenlet==0.4.10
hacking==0.10.3
hacking==0.10.0
imagesize==0.7.1
iso8601==0.1.11
Jinja2==2.10
@ -28,7 +29,7 @@ os-client-config==1.28.0
oslotest==3.2.0
pbr==2.0.0
pep8==1.5.7
prettytable==0.7.2
prettytable==0.7.1
pyflakes==0.8.1
Pygments==2.2.0
python-mimeparse==1.6.0
@ -41,7 +42,7 @@ requestsexceptions==1.2.0
restructuredtext-lint==1.1.1
six==1.10.0
snowballstemmer==1.2.1
Sphinx==1.6.5
Sphinx==1.6.2
sphinxcontrib-websupport==1.0.1
stevedore==1.20.0
testrepository==0.0.18

View File

@ -5,7 +5,7 @@
hacking<0.11,>=0.10.0
# Used for making sure the eventlet executors work.
eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT
eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
doc8>=0.6.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0