pythonPackages.check-manifest: Fix dependencies
This commit is contained in:
parent
0edb15fd4d
commit
740630e480
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
pname = "check-manifest";
|
||||
|
@ -14,7 +14,7 @@ buildPythonPackage rec {
|
|||
substituteInPlace tests.py --replace "test_build_sdist" "no_test_build_sdist"
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [ pep517 toml ];
|
||||
propagatedBuildInputs = [ build pep517 toml ];
|
||||
|
||||
checkInputs = [ mock breezy git ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue