Add msgpack as a dependency
Ceilometer will use msgpack for encoding data in, at least, its UDP based transport. msgpack is distributed under the Apache Software License. It seems to support Python 3, and is already packaged for Debian, Ubuntu, Fedora, and probably a lot more OSes. Change-Id: I35ceb44046fe3faaa7aebf9a6e1f173acc7b1c02 Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
1c95fc1b15
commit
c5b98e8395
@ -23,6 +23,7 @@ jsonschema>=1.0.0
|
||||
kombu>=1.0.4
|
||||
lockfile>=0.8
|
||||
lxml>=2.3
|
||||
msgpack-python
|
||||
netaddr
|
||||
netifaces>=0.5
|
||||
oslo.config>=1.1.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user