about summary refs log tree commit diff
path: root/pkgs/development/python-modules/GeoIP/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/GeoIP/default.nix')
-rw-r--r--pkgs/development/python-modules/GeoIP/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/GeoIP/default.nix b/pkgs/development/python-modules/GeoIP/default.nix
index 4f0a7d4aebc26..550fa1da3edf7 100644
--- a/pkgs/development/python-modules/GeoIP/default.nix
+++ b/pkgs/development/python-modules/GeoIP/default.nix
@@ -1,5 +1,4 @@
-{lib, buildPythonPackage, fetchPypi, isPy3k, incremental, ipaddress, twisted
-, automat, zope_interface, idna, pyopenssl, service-identity, pytest, mock, lsof
+{lib, buildPythonPackage, fetchPypi
 , geoip, nose}:
 
 buildPythonPackage rec {