mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 01:33:20 +00:00
python313Packages.botocore-stubs: fix build-system
This commit is contained in:
parent
d857a31dd1
commit
489c92647e
@ -2,7 +2,7 @@
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
poetry-core,
|
||||
setuptools,
|
||||
pythonOlder,
|
||||
types-awscrt,
|
||||
typing-extensions,
|
||||
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
||||
hash = "sha256-QNTPX8Un+604G+GM+DdADW8WiogOJu55TIwE+go+YsU=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ poetry-core ];
|
||||
nativeBuildInputs = [ setuptools ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
types-awscrt
|
||||
|
Loading…
Reference in New Issue
Block a user