Skip to content

Commit

Permalink
Merge pull request #325567 from con-f-use/check_manifest_add_setuptools
Browse files Browse the repository at this point in the history
python312Packages.check-manifest: missing setuptools dependency
  • Loading branch information
nlewo authored Jul 11, 2024
2 parents 25227b0 + dacdd1d commit 9e694d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/check-manifest/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
git,
pep517,
pytestCheckHook,
setuptools,
tomli,
pythonOlder,
}:
Expand All @@ -26,6 +27,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
build
pep517
setuptools
] ++ lib.optionals (pythonOlder "3.11") [ tomli ];

nativeCheckInputs = [
Expand Down

0 comments on commit 9e694d8

Please sign in to comment.