python3Packages.azure-mgmt-security: fix pyproject typo (#421668)

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