summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorIWAMOTO Toshihiro <iwamoto@valinux.co.jp>2018-06-20 11:08:56 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2018-06-20 11:10:25 +0900
commita6bda030d376137157840862fe6087f8e20e943f (patch)
tree33404b99b4475e0a89349e0b4ebf5ccffd431e47
parent482aabcb1ea5c4c973b1cecf65721b3039f481df (diff)
pip: Blacklist eventlet 0.23.0
This is to sync with OpenStack requirements. Signed-off-by: IWAMOTO Toshihiro <iwamoto@valinux.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
-rw-r--r--tools/pip-requires2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pip-requires b/tools/pip-requires
index 7b70715a..7a131ddf 100644
--- a/tools/pip-requires
+++ b/tools/pip-requires
@@ -1,7 +1,7 @@
# NOTE: OpenStack avoids some versions of eventlet, because of the
# following issue.
# https://github.com/eventlet/eventlet/issues/401
-eventlet!=0.18.3,>=0.18.2,!=0.20.1,!=0.21.0
+eventlet!=0.18.3,>=0.18.2,!=0.20.1,!=0.21.0,!=0.23.0
msgpack>=0.3.0 # RPC library, BGP speaker(net_cntl)
netaddr
oslo.config>=1.15.0