fixup pyutil
This commit is contained in:
parent
7cc74a720e
commit
1656ae5c2b
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ setuptoolsDarcs setuptoolsTrial ] ++ (if doCheck then [ simplejson ] else []);
|
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
|
# Tests fail because they try to write new code into the twisted
|
||||||
# package, apparently some kind of plugin.
|
# package, apparently some kind of plugin.
|
||||||
|
Loading…
Reference in New Issue
Block a user