From c16a0343db3fbb4ea441290df0140cbfa3f3083a Mon Sep 17 00:00:00 2001 From: dish Date: Thu, 5 Dec 2024 12:41:08 -0500 Subject: [PATCH] python312Packages.azure-multiapi-storage: fix build Removes the unused msrestazure dependency and adds the missing python-dateutil dependency (cherry picked from commit 6370e0f9a45b8b32ef51713ea8f71d2710c95614) --- .../python-modules/azure-multiapi-storage/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/azure-multiapi-storage/default.nix b/pkgs/development/python-modules/azure-multiapi-storage/default.nix index 1a8a6b49031b0..e5e2ee63770e2 100644 --- a/pkgs/development/python-modules/azure-multiapi-storage/default.nix +++ b/pkgs/development/python-modules/azure-multiapi-storage/default.nix @@ -6,10 +6,10 @@ cryptography, fetchPypi, msrest, - msrestazure, pythonOlder, requests, setuptools, + python-dateutil, }: buildPythonPackage rec { @@ -31,8 +31,8 @@ buildPythonPackage rec { azure-core cryptography msrest - msrestazure requests + python-dateutil ]; # fix namespace