Unverified Commit 46ac3ad6 authored by superherointj's avatar superherointj Committed by GitHub
Browse files

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

azure-cli: add missing socks dependency
parents 2629da0b ed12d2a6
Loading
Loading
Loading
Loading
+24 −21
Original line number Diff line number Diff line
@@ -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 ];