From c5b98e839588dbea7408e300bed3874de71d76d0 Mon Sep 17 00:00:00 2001
From: Julien Danjou <julien@danjou.info>
Date: Thu, 16 May 2013 15:07:02 +0200
Subject: [PATCH] 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>
---
 tools/pip-requires | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/pip-requires b/tools/pip-requires
index f6ac1caae7..26fc3743eb 100644
--- a/tools/pip-requires
+++ b/tools/pip-requires
@@ -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