mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 11:40:45 +00:00
Merge pull request #325567 from con-f-use/check_manifest_add_setuptools
python312Packages.check-manifest: missing setuptools dependency
This commit is contained in:
commit
9e694d8b87
|
@ -7,6 +7,7 @@
|
|||
git,
|
||||
pep517,
|
||||
pytestCheckHook,
|
||||
setuptools,
|
||||
tomli,
|
||||
pythonOlder,
|
||||
}:
|
||||
|
@ -26,6 +27,7 @@ buildPythonPackage rec {
|
|||
propagatedBuildInputs = [
|
||||
build
|
||||
pep517
|
||||
setuptools
|
||||
] ++ lib.optionals (pythonOlder "3.11") [ tomli ];
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
|
Loading…
Reference in a new issue