From b245e3efce3546364803585689858c8346f7c9f0 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 3 Apr 2024 11:33:25 +0200 Subject: [PATCH] python312Packages.types-requests: refactor --- .../development/python-modules/types-requests/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/types-requests/default.nix b/pkgs/development/python-modules/types-requests/default.nix index 52b17296e7ff..f92ffa763964 100644 --- a/pkgs/development/python-modules/types-requests/default.nix +++ b/pkgs/development/python-modules/types-requests/default.nix @@ -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