From 50e224432ecdcf490c0a8fcea2a7ea699a46c96a Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 6 Apr 2024 00:05:25 +0200 Subject: [PATCH] python312Packages.types-aiobotocore: refactor --- .../python-modules/types-aiobotocore/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/types-aiobotocore/default.nix b/pkgs/development/python-modules/types-aiobotocore/default.nix index 5e60e9d26f31..4d1936286ac7 100644 --- a/pkgs/development/python-modules/types-aiobotocore/default.nix +++ b/pkgs/development/python-modules/types-aiobotocore/default.nix @@ -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 ];