From 885db99eebad050cb79ac70f752a42f60ab387da Mon Sep 17 00:00:00 2001 From: Brad Cowie Date: Tue, 12 May 2020 15:11:46 +1200 Subject: [PATCH] We don't support msgpack 1.0.0 yet. --- debian/control | 4 ++-- tools/pip-requires | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 0d1c1cc5..200b1005 100644 --- a/debian/control +++ b/debian/control @@ -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, diff --git a/tools/pip-requires b/tools/pip-requires index 56020060..2d59b106 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -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