fix lower constraints and uncap eventlet

Fix the lower constraints values to 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.

Update msgpack to >=0.5.0 because 0.4.0 is no longer available on PyPI
and we need the lower bound to match the lower constraint.

Change-Id: Ic692cc024bc60b1913fb9eac60be92f7dd353a89
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-04-11 15:25:31 -04:00
parent 682cc92aa7
commit d5d486faed
2 changed files with 6 additions and 5 deletions

View File

@ -1,11 +1,12 @@
alabaster==0.7.10
appdirs==1.3.0
Babel==2.3.4
bandit==1.4.0
bandit==1.1.0
cffi==1.7.0
debtcollector==1.2.0
docutils==0.11
dulwich==0.15.0
enum34==1.0.4;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD
eventlet==0.18.2
extras==1.0.0
fixtures==3.0.0
@ -24,8 +25,8 @@ mccabe==0.2.1
mock==2.0.0
monotonic==0.6
mox3==0.20.0
msgpack==0.5.1
msgpack-python==0.4.0
msgpack==0.5.0
netaddr==0.7.18
netifaces==0.10.4
openstackdocstheme==1.18.1
@ -56,7 +57,7 @@ rfc3986==0.3.1
six==1.10.0
smmap==0.9.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

@ -8,6 +8,6 @@ oslo.config>=5.2.0 # Apache-2.0
oslo.utils>=3.33.0 # Apache-2.0
enum34>=1.0.4;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD
cffi>=1.7.0 # MIT
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
greenlet>=0.4.10 # MIT
msgpack>=0.4.0 # Apache-2.0
msgpack>=0.5.0 # Apache-2.0