From b4a03bd09956463cc2edd22bbb6f95b0b6334c45 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 2 Jul 2025 03:38:20 +0200 Subject: [PATCH] python3Packages.azure-mgmt-security: fix pyproject typo --- pkgs/development/python-modules/azure-mgmt-security/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/azure-mgmt-security/default.nix b/pkgs/development/python-modules/azure-mgmt-security/default.nix index d28b485bfca5..c74e8388e690 100644 --- a/pkgs/development/python-modules/azure-mgmt-security/default.nix +++ b/pkgs/development/python-modules/azure-mgmt-security/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "azure-mgmt-security"; version = "7.0.0"; - fpyproject = true; + pyproject = true; disabled = pythonOlder "3.8";