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>
This commit is contained in:

committed by
FUJITA Tomonori

parent
482aabcb1e
commit
a6bda030d3
@@ -1,7 +1,7 @@
|
|||||||
# NOTE: OpenStack avoids some versions of eventlet, because of the
|
# NOTE: OpenStack avoids some versions of eventlet, because of the
|
||||||
# following issue.
|
# following issue.
|
||||||
# https://github.com/eventlet/eventlet/issues/401
|
# 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)
|
msgpack>=0.3.0 # RPC library, BGP speaker(net_cntl)
|
||||||
netaddr
|
netaddr
|
||||||
oslo.config>=1.15.0
|
oslo.config>=1.15.0
|
||||||
|
Reference in New Issue
Block a user