From 2101e61be52a0b411df6dc91068c759916e9a9da Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 22 Feb 2026 02:10:39 +0100 Subject: [PATCH] python3Packages.azure-mgmt-cosmosdb: fix deps --- .../python-modules/azure-mgmt-cosmosdb/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/azure-mgmt-cosmosdb/default.nix b/pkgs/development/python-modules/azure-mgmt-cosmosdb/default.nix index 4f86af76eec1..5255c17f0107 100644 --- a/pkgs/development/python-modules/azure-mgmt-cosmosdb/default.nix +++ b/pkgs/development/python-modules/azure-mgmt-cosmosdb/default.nix @@ -5,6 +5,7 @@ buildPythonPackage, fetchPypi, isodate, + msrest, setuptools, }: @@ -22,9 +23,10 @@ buildPythonPackage rec { build-system = [ setuptools ]; dependencies = [ - isodate azure-common azure-mgmt-core + isodate + msrest ]; # Module has no tests