From 2452958be4f4ef9c93d6ea2f1596e6040c17e24b Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Thu, 8 Feb 2018 07:24:47 +0100 Subject: [PATCH] Use msgpack instead of msgpack-python msgpack-python got renamed to msgpack (see https://pypi.python.org/pypi/msgpack-python/0.5.1) and msgpack-python is deprecated now. This is important because other requirements already switched to msgpack (eg. oslo.serialization) and installing both in parallel is not possible for Distros. Change-Id: I603eadbc2a5e1705375050920d5f1631c51a5a02 Closes-Bug: #1743445 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9282f42459..d730da3f47 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ debtcollector>=1.2.0 # Apache-2.0 jsonpath-rw-ext>=0.1.9 # Apache-2.0 lxml>=2.3 # BSD monotonic -msgpack-python>=0.4.0 # Apache-2.0 +msgpack>=0.4.0 # Apache-2.0 oslo.concurrency>=3.5.0 # Apache-2.0 oslo.config>=3.22.0 # Apache-2.0 oslo.i18n>=2.1.0 # Apache-2.0