about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-11-24 14:23:38 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2018-12-03 16:50:40 +0100
commit1656ae5c2bd2f55d2dd699a0b8fb29c4b8aa8001 (patch)
treedce5531b7e119eb2fbc3a64907e07c9ab2aa569d /pkgs/development
parent7cc74a720e4744c95235d528f271e09ce5a1e481 (diff)
fixup pyutil
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/pyutil/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pyutil/default.nix b/pkgs/development/python-modules/pyutil/default.nix
index 6b458904e3283..13ea7b75ae3fd 100644
--- a/pkgs/development/python-modules/pyutil/default.nix
+++ b/pkgs/development/python-modules/pyutil/default.nix
@@ -20,7 +20,7 @@ buildPythonPackage rec {
   };
 
   buildInputs = [ setuptoolsDarcs setuptoolsTrial ] ++ (if doCheck then [ simplejson ] else []);
-  propagatedBuildInputs = [ zbase32 argparse twisted ];
+  propagatedBuildInputs = [ argparse twisted ];
 
   # Tests fail because they try to write new code into the twisted
   # package, apparently some kind of plugin.