python312Packages.types-aiobotocore: refactor

This commit is contained in:
Fabian Affolter 2024-04-06 00:05:25 +02:00
parent 8568af1a61
commit 50e224432e
1 changed files with 2 additions and 4 deletions

View File

@ -2,7 +2,6 @@
, buildPythonPackage
, fetchPypi
, setuptools
, wheel
, botocore-stubs
, typing-extensions
, types-aiobotocore-accessanalyzer
@ -372,12 +371,11 @@ buildPythonPackage rec {
hash = "sha256-pdPYBcAaqGnDwvgttfEUZv3GfUxebpqwTtVwk9p120c=";
};
nativeBuildInputs = [
build-system = [
setuptools
wheel
];
propagatedBuildInputs = [
dependencies = [
botocore-stubs
typing-extensions
];