From 29170ac258cd44ad04433afa000cad8fc1c1f08f Mon Sep 17 00:00:00 2001 From: Martin Zimmermann Date: Sun, 10 Nov 2013 12:51:49 +0100 Subject: [PATCH] install ipaddr for python2, appendum to #32 --- setup.py | 2 +- tox.ini | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 63082b0..0a41a40 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ if (3, 0) <= sys.version_info < (3, 3): raise SystemExit("Python 3.0, 3.1 and 3.2 are not supported") if sys.version_info < (3, 0): - requires += ['ipaddress', 'configparser', 'werkzeug>=0.8'] + requires += ['ipaddr>=2.1', 'configparser', 'werkzeug>=0.8'] else: requires += ['werkzeug>=0.9'] diff --git a/tox.ini b/tox.ini index 427402b..7d6e6a5 100755 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,6 @@ deps = [testenv] deps = nose - ipaddress doctest-ignore-unicode commands= nosetests --with-doctest --with-doctest-ignore-unicode isso/