From ff1125b0e1c50413d1496413fd59df1ca6ee88aa Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 22 Feb 2026 02:12:40 +0100 Subject: [PATCH] python3Packages.azure-mgmt-recoveryservices/: fix deps --- .../python-modules/azure-mgmt-recoveryservices/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/azure-mgmt-recoveryservices/default.nix b/pkgs/development/python-modules/azure-mgmt-recoveryservices/default.nix index 1a3a47688a40..945a9dec0867 100644 --- a/pkgs/development/python-modules/azure-mgmt-recoveryservices/default.nix +++ b/pkgs/development/python-modules/azure-mgmt-recoveryservices/default.nix @@ -5,6 +5,7 @@ buildPythonPackage, fetchPypi, isodate, + msrest, setuptools, }: @@ -25,6 +26,7 @@ buildPythonPackage rec { azure-common azure-mgmt-core isodate + msrest ]; # Module has no tests