diff --git a/pkgs/development/python-modules/azure-mgmt-appcontainers/default.nix b/pkgs/development/python-modules/azure-mgmt-appcontainers/default.nix index 360bd6c2bcc2..87bf04916d1b 100644 --- a/pkgs/development/python-modules/azure-mgmt-appcontainers/default.nix +++ b/pkgs/development/python-modules/azure-mgmt-appcontainers/default.nix @@ -11,8 +11,7 @@ buildPythonPackage rec { pname = "azure-mgmt-appcontainers"; version = "3.2.0"; - format = "setuptools"; - pyroject = true; + pyproject = true; src = fetchPypi { pname = "azure_mgmt_appcontainers";