Skip to content

Commit

Permalink
python313Packages.botocore-stubs: fix build-system
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Oct 31, 2024
1 parent d857a31 commit 489c926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/botocore-stubs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
lib,
buildPythonPackage,
fetchPypi,
poetry-core,
setuptools,
pythonOlder,
types-awscrt,
typing-extensions,
Expand All @@ -21,7 +21,7 @@ buildPythonPackage rec {
hash = "sha256-QNTPX8Un+604G+GM+DdADW8WiogOJu55TIwE+go+YsU=";
};

nativeBuildInputs = [ poetry-core ];
nativeBuildInputs = [ setuptools ];

propagatedBuildInputs = [
types-awscrt
Expand Down

0 comments on commit 489c926

Please sign in to comment.