netaddr is used by:
        ryu/app/tunnel_port_updater.py
        ryu/lib/packet/vrrp.py

Signed-off-by: YAMAMOTO Takashi <yamam...@valinux.co.jp>
---
 setup.cfg           | 2 +-
 tools/pip-requires  | 1 +
 tools/test-requires | 1 -
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.cfg b/setup.cfg
index 41d1179..1cbeedd 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -6,7 +6,7 @@ source-dir = doc/source
 [bdist_rpm]
 Release = 1
 Group = Applications/Accessories
-Requires = python-eventlet, python-routes, python-webob, python-paramiko 
+Requires = python-eventlet, python-routes, python-webob, python-paramiko, 
python-netaddr
 doc_files = LICENSE
             MANIFEST.in
             README.rst
diff --git a/tools/pip-requires b/tools/pip-requires
index cf7f06b..208b9b8 100644
--- a/tools/pip-requires
+++ b/tools/pip-requires
@@ -2,3 +2,4 @@ eventlet
 routes
 webob>=1.0.8
 paramiko
+netaddr
diff --git a/tools/test-requires b/tools/test-requires
index 6f21bff..da50e3e 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -2,4 +2,3 @@ coverage
 nose
 pep8
 pylint==0.25.0
-netaddr
-- 
1.8.0.1


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to