Re: [Ryu-devel] [PATCH] six.add_metaclass requires six>=1.4.0

2014-03-03 Thread FUJITA Tomonori
On Sat, 1 Mar 2014 22:52:59 +0800 Wei-Li Tang wrote: > python-six package from Ubuntu 12.04 LTS remains version 1.1.0, > which prevents ryu-manager from being started and raises exception > "AttributeError: 'module' object has no attribute 'add_metaclass'". > > Signed-off-by: Wei-Li Tang > ---

[Ryu-devel] [PATCH] six.add_metaclass requires six>=1.4.0

2014-03-01 Thread Wei-Li Tang
python-six package from Ubuntu 12.04 LTS remains version 1.1.0, which prevents ryu-manager from being started and raises exception "AttributeError: 'module' object has no attribute 'add_metaclass'". Signed-off-by: Wei-Li Tang --- tools/pip-requires |2 +- 1 file changed, 1 insertion(+), 1 de