summaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorYoshihiro Kaneko <ykaneko0929@gmail.com>2014-06-15 19:03:30 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2014-06-15 21:33:07 +0900
commitdbb143f9726bfc439282314a82b4c0a7cde58e78 (patch)
tree4f499a0200dd4729af33a3ccf50961112350f0f5 /tools
parenta5c1841e449bd4455b9ebd48b8a65ec1206dbda7 (diff)
downgrade required version of msgpack-python
For Ubuntu 14.04, downgrade the required version of msgpack-python. Signed-off-by: Yoshihiro Kaneko <ykaneko0929@gmail.com> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'tools')
-rw-r--r--tools/pip-requires2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pip-requires b/tools/pip-requires
index 4ed8bc70..793e48b4 100644
--- a/tools/pip-requires
+++ b/tools/pip-requires
@@ -1,6 +1,6 @@
eventlet
lxml
-msgpack-python>=0.4.0
+msgpack-python>=0.3.0
netaddr
oslo.config>=1.2.0
paramiko