← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~cjwatson/launchpad:stdlib-ipaddress into launchpad:master

 

Colin Watson has proposed merging ~cjwatson/launchpad:stdlib-ipaddress into launchpad:master.

Commit message:
Use ipaddress from Python 3's standard library

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/411233
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/launchpad:stdlib-ipaddress into launchpad:master.
diff --git a/requirements/launchpad.txt b/requirements/launchpad.txt
index 8685d85..0e6ff1e 100644
--- a/requirements/launchpad.txt
+++ b/requirements/launchpad.txt
@@ -57,7 +57,6 @@ importlib==1.0.2
 importlib-metadata==2.1.1
 importlib-resources==0.5
 incremental==21.3.0
-ipaddress==1.0.18
 ipython==0.13.2
 iso8601==0.1.12
 jmespath==0.10.0
diff --git a/setup.py b/setup.py
index 14763f8..60ee736 100644
--- a/setup.py
+++ b/setup.py
@@ -165,7 +165,6 @@ setup(
         'geoip2',
         'gunicorn',
         'importlib-resources; python_version < "3.7"',
-        'ipaddress; python_version < "3.3"',
         'ipython',
         'jsautobuild',
         'launchpad-buildd',