azure-cli: add missing socks dependency

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2024-08-21 10:16:34 +02:00
parent 1e2d010d80
commit ed12d2a631

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 ];