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
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user