From e6773539b546576c13f7397769d2001c46bbfdaa Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Mon, 5 Mar 2018 18:41:10 +0100 Subject: [PATCH] Switch to msgpack in pip-requires msgpack-python got renamed to msgpack[1] so use the new name. [1] https://pypi.python.org/pypi/msgpack/0.5.1 Signed-off-by: Thomas Bechtold Acked-By: Iwase Yusuke Signed-off-by: FUJITA Tomonori --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pip-requires b/tools/pip-requires index ef475c0a..b2b79b89 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 -msgpack-python>=0.3.0 # RPC library, BGP speaker(net_cntl) +msgpack>=0.3.0 # RPC library, BGP speaker(net_cntl) netaddr oslo.config>=1.15.0 ovs>=2.6.0 # OVSDB