From 8f183c2fd3c69e55ab56467d3301f1bd2aa65891 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 22 Feb 2026 02:09:42 +0100 Subject: [PATCH] python3Packages.azure-mgmt-appcontainers: fix deps --- .../python-modules/azure-mgmt-appcontainers/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/azure-mgmt-appcontainers/default.nix b/pkgs/development/python-modules/azure-mgmt-appcontainers/default.nix index a0feab182c6a..cbcc673a3972 100644 --- a/pkgs/development/python-modules/azure-mgmt-appcontainers/default.nix +++ b/pkgs/development/python-modules/azure-mgmt-appcontainers/default.nix @@ -5,6 +5,7 @@ azure-common, azure-mgmt-core, isodate, + msrest, setuptools, }: @@ -25,6 +26,7 @@ buildPythonPackage rec { azure-common azure-mgmt-core isodate + msrest ]; # no tests included