python3Packages.azure-mgmt-security: fix pyproject typo

This commit is contained in:
Martin Weinelt
2025-07-02 04:09:44 +02:00
parent aa430a4cae
commit b4a03bd099
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "azure-mgmt-security";
version = "7.0.0";
fpyproject = true;
pyproject = true;
disabled = pythonOlder "3.8";