Skip to content

Commit

Permalink
Propagate setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
mbovo committed Sep 5, 2024
1 parent 8243014 commit 60c3028
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,11 @@
format = "pyproject";
nativeBuildInputs = [
pkgs.python3Packages.poetry-core
pkgs.python3Packages.setuptools
];
propagatedBuildInputs = [
poetryPkgs.poetryPackages
pkgs.python3Packages.setuptools
];
nativeCheckInputs = [
pkgs.python3Packages.pytestCheckHook
Expand Down

0 comments on commit 60c3028

Please sign in to comment.