From f3fba3c3361ef0c03180af77852ba60ab501e2cc Mon Sep 17 00:00:00 2001 From: Jonathan Ringer Date: Mon, 13 Sep 2021 08:15:33 -0700 Subject: azure-cli/azure-cli-core: update requests substitution --- pkgs/tools/admin/azure-cli/python-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/admin/azure-cli/python-packages.nix b/pkgs/tools/admin/azure-cli/python-packages.nix index 27e1f060a3f..b50543dbe3d 100644 --- a/pkgs/tools/admin/azure-cli/python-packages.nix +++ b/pkgs/tools/admin/azure-cli/python-packages.nix @@ -87,7 +87,7 @@ let postPatch = '' substituteInPlace setup.py \ --replace "azure-mgmt-core>=1.2.0,<1.3.0" "azure-mgmt-core~=1.2" \ - --replace "requests~=2.25.1" "requests~=2.25" \ + --replace "requests[socks]~=2.25.1" "requests[socks]~=2.25" \ --replace "cryptography>=3.2,<3.4" "cryptography" ''; -- cgit 1.4.1