python312Packages.types-aiobotocore: refactor

This commit is contained in:
Fabian Affolter 2024-04-06 00:05:25 +02:00
parent 8568af1a61
commit 50e224432e

View File

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