summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>2013-05-13 08:06:18 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2013-05-13 08:40:34 +0900
commited06fbd39777f01a443b1c28922817b22be6b523 (patch)
tree6065c68a83045f5b46080eabbefb7f4a373274d3
parentd359677e9de71b1dbcd8d7e4b2e548c981d36556 (diff)
update requirements
netaddr is used by: ryu/app/tunnel_port_updater.py ryu/lib/packet/vrrp.py Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
-rw-r--r--setup.cfg2
-rw-r--r--tools/pip-requires1
-rw-r--r--tools/test-requires1
3 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 41d11794..1cbeeddc 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 cf7f06b8..208b9b87 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 6f21bff0..da50e3e0 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -2,4 +2,3 @@ coverage
nose
pep8
pylint==0.25.0
-netaddr