pip: OpenStack avoids newer eventlet

Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
IWASE Yusuke 2017-05-30 16:57:21 +09:00 committed by FUJITA Tomonori
parent 430bc97638
commit bfcd65744c
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
eventlet>=0.15
# NOTE: OpenStack avoids the newer versions of eventlet, because of the
# following issue.
# https://github.com/eventlet/eventlet/issues/401
eventlet!=0.18.3,>=0.18.2,<0.21.0
msgpack-python>=0.3.0 # RPC library, BGP speaker(net_cntl)
netaddr
oslo.config>=1.15.0