summaryrefslogtreecommitdiffhomepage
path: root/tools/pip-requires
diff options
context:
space:
mode:
authorIWASE Yusuke <iwase.yusuke0@gmail.com>2017-05-30 16:57:21 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2017-05-30 17:00:45 +0900
commitbfcd65744cdd83a04b999b701d692a793951841f (patch)
tree8a109555dfabdf33ce40614f8fe81e0692e9eb7e /tools/pip-requires
parent430bc97638e6a773625067277eab3c06a2cd40da (diff)
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>
Diffstat (limited to 'tools/pip-requires')
-rw-r--r--tools/pip-requires5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/pip-requires b/tools/pip-requires
index 34ac85c5..ab16920a 100644
--- a/tools/pip-requires
+++ b/tools/pip-requires
@@ -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