python312Packages.types-requests: refactor

This commit is contained in:
Fabian Affolter 2024-04-03 11:33:25 +02:00
parent 553ea1aaed
commit b245e3efce

View File

@ -2,8 +2,8 @@
, buildPythonPackage
, fetchPypi
, setuptools
, urllib3
, types-urllib3
, urllib3
}:
buildPythonPackage rec {
@ -16,13 +16,13 @@ buildPythonPackage rec {
hash = "sha256-4eDNC2VTNPOdn4craKExDw40Nkdoi/LO6TLsTCsE3lk=";
};
nativeBuildInputs = [
build-system = [
setuptools
urllib3
];
propagatedBuildInputs = [
dependencies = [
types-urllib3
urllib3
];
# Module doesn't have tests