mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
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 {
|
||||
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 New Issue
Block a user