about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pyutil
diff options
context:
space:
mode:
authorRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2019-01-22 12:30:45 +0100
committerRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2019-01-22 12:43:07 +0100
commit8c57113e143d406af1fe7d97865b9ae84a6f8e60 (patch)
treef71571e256577d00afff6b08dbb431ea375fd701 /pkgs/development/python-modules/pyutil
parentabf05bd7d10540a32597c30955f60cbaca27e57e (diff)
python.pkgs.argparse: remove
argparse is part of stdlib in 2.7 and 3.2+
Diffstat (limited to 'pkgs/development/python-modules/pyutil')
-rw-r--r--pkgs/development/python-modules/pyutil/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pyutil/default.nix b/pkgs/development/python-modules/pyutil/default.nix
index 13ea7b75ae3fd..b7c38c5126529 100644
--- a/pkgs/development/python-modules/pyutil/default.nix
+++ b/pkgs/development/python-modules/pyutil/default.nix
@@ -5,7 +5,6 @@
 , setuptoolsTrial
 , simplejson
 , zbase32
-, argparse
 , twisted
 , isPyPy
 }:
@@ -20,7 +19,7 @@ buildPythonPackage rec {
   };
 
   buildInputs = [ setuptoolsDarcs setuptoolsTrial ] ++ (if doCheck then [ simplejson ] else []);
-  propagatedBuildInputs = [ argparse twisted ];
+  propagatedBuildInputs = [ twisted ];
 
   # Tests fail because they try to write new code into the twisted
   # package, apparently some kind of plugin.