13 buildPythonPackage rec {
14 pname = "azure-mgmt-dns";
18 disabled = pythonOlder "3.8";
21 pname = "azure_mgmt_dns";
23 hash = "sha256-Ynueo98L94qJWsrcUUjeyEwomAY7+qv/+LFLqpg7WW4=";
26 build-system = [ setuptools ];
35 # this is still needed for when the version is overrided
36 pythonNamespaces = [ "azure.mgmt" ];
38 # Tests are only available in the mono-repo
42 description = "This is the Microsoft Azure DNS Management Client Library";
43 homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/network/azure-mgmt-dns";
44 changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-dns_${version}/sdk/network/azure-mgmt-dns/CHANGELOG.md";
45 license = licenses.mit;
46 maintainers = with maintainers; [ maxwilson ];