From e504ed26d2491c4caf9d33bc366c811c8a5f2a07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Mon, 9 Dec 2024 18:27:17 +0100 Subject: [PATCH] python312Packages.python-openstackclient: add requests socks support --- .../python-modules/python-openstackclient/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/python-openstackclient/default.nix b/pkgs/development/python-modules/python-openstackclient/default.nix index 037bfa4859fe..7e754f154968 100644 --- a/pkgs/development/python-modules/python-openstackclient/default.nix +++ b/pkgs/development/python-modules/python-openstackclient/default.nix @@ -59,7 +59,9 @@ buildPythonPackage rec { python-cinderclient python-keystoneclient requests - ]; + ] + # to support proxy envs like ALL_PROXY in requests + ++ requests.optional-dependencies.socks; nativeCheckInputs = [ ddt