python.pkgs.moretools: fix build
This commit is contained in:
parent
8eee646d96
commit
b5ddc8f377
@ -15,8 +15,9 @@ buildPythonPackage rec {
|
||||
py.test test
|
||||
'';
|
||||
|
||||
buildInputs = [ six pathpy pytest ];
|
||||
propagatedBuildInputs = [ decorator zetup ];
|
||||
nativeBuildInputs = [ zetup ];
|
||||
checkInputs = [ six pathpy pytest ];
|
||||
propagatedBuildInputs = [ decorator ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = ''
|
||||
|
Loading…
Reference in New Issue
Block a user