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,27 +42,30 @@ let
./0001-optional-immutable-configuration-dir.patch
];
propagatedBuildInputs = with self; [
argcomplete
azure-cli-telemetry
azure-common
azure-mgmt-core
cryptography
distro
humanfriendly
jmespath
knack
msal-extensions
msal
msrestazure
packaging
paramiko
pkginfo
psutil
pyjwt
pyopenssl
requests
];
propagatedBuildInputs =
with self;
[
argcomplete
azure-cli-telemetry
azure-common
azure-mgmt-core
cryptography
distro
humanfriendly
jmespath
knack
msal-extensions
msal
msrestazure
packaging
paramiko
pkginfo
psutil
pyjwt
pyopenssl
requests
]
++ requests.optional-dependencies.socks;
nativeCheckInputs = with self; [ pytest ];