Merge pull request #336288 from katexochen/azure-cli/socks

azure-cli: add missing socks dependency
This commit is contained in:
superherointj 2024-08-21 09:58:51 -03:00 committed by GitHub
commit 46ac3ad602
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,7 +42,9 @@ let
./0001-optional-immutable-configuration-dir.patch
];
propagatedBuildInputs = with self; [
propagatedBuildInputs =
with self;
[
argcomplete
azure-cli-telemetry
azure-common
@ -62,7 +64,8 @@ let
pyjwt
pyopenssl
requests
];
]
++ requests.optional-dependencies.socks;
nativeCheckInputs = with self; [ pytest ];