For Ubuntu 14.04, downgrade the required version of msgpack-python. Signed-off-by: Yoshihiro Kaneko <[email protected]> --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/pip-requires b/tools/pip-requires index 2528ebc..7be60f1 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 -- 1.9.1 ------------------------------------------------------------------------------ HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. Leverages Graph Analysis for Fast Processing & Easy Data Exploration http://p.sf.net/sfu/hpccsystems _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
