mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-04-04 21:32:13 +02:00
We don't support msgpack 1.0.0 yet.
This commit is contained in:
parent
f4bed28fa0
commit
885db99eeb
4
debian/control
vendored
4
debian/control
vendored
@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 9.0.0), python-all (>= 2.6), python-sphinx
|
||||
Build-Depends-Indep:
|
||||
python-eventlet,
|
||||
python-lxml,
|
||||
python-msgpack (>= 0.3.0),
|
||||
python-msgpack (>= 0.3.0), python-msgpack (< 1.0.0),
|
||||
python-netaddr,
|
||||
python-oslo.config (>= 1:1.2.0),
|
||||
python-paramiko,
|
||||
@ -28,7 +28,7 @@ Section: python
|
||||
Depends:
|
||||
python-eventlet,
|
||||
python-lxml,
|
||||
python-msgpack (>= 0.3.0),
|
||||
python-msgpack (>= 0.3.0), python-msgpack (< 1.0.0),
|
||||
python-netaddr,
|
||||
python-oslo.config (>= 1:1.2.0),
|
||||
python-paramiko,
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
# 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)
|
||||
msgpack>=0.3.0,<1.0.0 # RPC library, BGP speaker(net_cntl)
|
||||
netaddr
|
||||
oslo.config>=2.5.0
|
||||
ovs>=2.6.0 # OVSDB
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user