pythonPackages.check-manifest: Fix dependencies
This commit is contained in:
parent
0edb15fd4d
commit
740630e480
@ -1,4 +1,4 @@
|
|||||||
{ lib, stdenv, buildPythonPackage, fetchPypi, pep517, toml, mock, breezy, git }:
|
{ lib, stdenv, buildPythonPackage, fetchPypi, pep517, toml, mock, breezy, git, build }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "check-manifest";
|
pname = "check-manifest";
|
||||||
@ -14,7 +14,7 @@ buildPythonPackage rec {
|
|||||||
substituteInPlace tests.py --replace "test_build_sdist" "no_test_build_sdist"
|
substituteInPlace tests.py --replace "test_build_sdist" "no_test_build_sdist"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
propagatedBuildInputs = [ pep517 toml ];
|
propagatedBuildInputs = [ build pep517 toml ];
|
||||||
|
|
||||||
checkInputs = [ mock breezy git ];
|
checkInputs = [ mock breezy git ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user