about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pyutil
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/pyutil')
-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.