python3Packages.azure-mgmt-security: fix pyproject typo

Changed files
+1 -1
pkgs
development
python-modules
azure-mgmt-security
+1 -1
pkgs/development/python-modules/azure-mgmt-security/default.nix
···
buildPythonPackage rec {
pname = "azure-mgmt-security";
version = "7.0.0";
-
fpyproject = true;
+
pyproject = true;
disabled = pythonOlder "3.8";