6e9fbad22e
Ryu is using item_type since commit f77529036
, so oslo.config minimum
version needs to be updated.
Signed-off-by: IWAMOTO Toshihiro <iwamoto@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
13 lines
380 B
Plaintext
13 lines
380 B
Plaintext
# 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,!=0.23.0
|
|
msgpack>=0.3.0 # RPC library, BGP speaker(net_cntl)
|
|
netaddr
|
|
oslo.config>=2.5.0
|
|
ovs>=2.6.0 # OVSDB
|
|
routes # wsgi
|
|
six>=1.4.0
|
|
tinyrpc # RPC library, BGP speaker(net_cntl)
|
|
webob>=1.2 # wsgi
|