From 76ac2a2a9e3398e032dd17cdc75fd20c3dbd3f84 Mon Sep 17 00:00:00 2001 From: robbedewaele Date: Sat, 18 Jul 2026 11:52:07 +0200 Subject: [PATCH] python3Packages.azure-containerregistry: drop deprecated msrestazure dependency --- .../python-modules/azure-containerregistry/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/python-modules/azure-containerregistry/default.nix b/pkgs/development/python-modules/azure-containerregistry/default.nix index fedffb65f7cb..d1abb9313247 100644 --- a/pkgs/development/python-modules/azure-containerregistry/default.nix +++ b/pkgs/development/python-modules/azure-containerregistry/default.nix @@ -4,7 +4,6 @@ fetchPypi, azure-core, msrest, - msrestazure, isodate, setuptools, }: @@ -25,7 +24,6 @@ buildPythonPackage (finalAttrs: { dependencies = [ azure-core msrest - msrestazure isodate ];