We don't support msgpack 1.0.0 yet.

This commit is contained in:
Brad Cowie 2020-05-12 15:11:46 +12:00
parent f4bed28fa0
commit 885db99eeb
2 changed files with 3 additions and 3 deletions

4
debian/control vendored
View File

@ -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,

View File

@ -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