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 ];