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:
Julien Danjou 2013-05-16 15:07:02 +02:00
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