12 buildPythonPackage rec {
13 pname = "azure-mgmt-security";
17 disabled = pythonOlder "3.8";
20 inherit pname version;
21 hash = "sha256-WRLu1+nTdY/cqNJuHcJrQZQ9xHAyCKEYQmbiwlLhrWY=";
24 build-system = [ setuptools ];
35 pythonImportsCheck = [
41 description = "Microsoft Azure Security Center Management Client Library for Python";
42 homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/security/azure-mgmt-security";
43 changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-security_${version}/sdk/security/azure-mgmt-security/CHANGELOG.md";
44 license = licenses.mit;