From 1656ae5c2bd2f55d2dd699a0b8fb29c4b8aa8001 Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Sat, 24 Nov 2018 14:23:38 +0100 Subject: [PATCH] fixup pyutil --- pkgs/development/python-modules/pyutil/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/pyutil/default.nix b/pkgs/development/python-modules/pyutil/default.nix index 6b458904e32..13ea7b75ae3 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.