fixup pyutil

This commit is contained in:
Frederik Rietdijk 2018-11-24 14:23:38 +01:00
parent 7cc74a720e
commit 1656ae5c2b

View File

@ -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.