diff options
author | IWASE Yusuke <iwase.yusuke0@gmail.com> | 2017-06-15 14:31:28 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-06-22 16:08:35 +0900 |
commit | d9d058868905af425db7da58bb3856137cb1f80a (patch) | |
tree | 4d012b8b1223abf41441f88f618ce03e6c180303 /tools | |
parent | 388a97ef6d87f736359cc691492be3b1febb323c (diff) |
pip: OpenStack updated requirements of eventlet again
Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/pip-requires | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pip-requires b/tools/pip-requires index ab16920a..ef475c0a 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,7 +1,7 @@ # 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 +eventlet!=0.18.3,>=0.18.2,!=0.20.1,<0.21.0 msgpack-python>=0.3.0 # RPC library, BGP speaker(net_cntl) netaddr oslo.config>=1.15.0 |