summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/django.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index df143dcab7..debdd22d12 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -1267,8 +1267,7 @@ to ElasticSearch.")
     (native-inputs
      `(("python-django" ,python-django)))
     (propagated-inputs
-     `(("python-ipaddress" ,python-ipaddress)
-       ("python-netaddr" ,python-netaddr)
+     `(("python-netaddr" ,python-netaddr)
        ("python-six" ,python-six)))
     (home-page "https://github.com/jimfunk/django-postgresql-netfields")
     (synopsis "PostgreSQL netfields implementation for Django")