summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bechtold <tbechtold@suse.com>2018-02-08 07:24:47 +0100
committerThomas Bechtold <tbechtold@suse.com>2018-02-08 09:36:16 +0000
commit7a0386214ca2c5732bf6af02a686d542d94f0be5 (patch)
treebd6381904a037010d2f45486b2309c45575efdff
parent46aee0a86424004290249a2d7c37157ab853f994 (diff)
downloadceilometer-7a0386214ca2c5732bf6af02a686d542d94f0be5.tar.gz
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 (cherry picked from commit 2452958be4f4ef9c93d6ea2f1596e6040c17e24b)
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 9282f424..d730da3f 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