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