10 buildPythonPackage rec {
11 pname = "azure-mgmt-dns";
13 format = "setuptools";
16 inherit pname version;
18 sha256 = "sha256-2DedS7kZS4G3nlKE2HX6bfgHBzRvLLtcVJGiDzUmb9A=";
21 propagatedBuildInputs = [
28 # this is still needed for when the version is overrided
29 pythonNamespaces = [ "azure.mgmt" ];
35 description = "This is the Microsoft Azure DNS Management Client Library";
36 homepage = "https://github.com/Azure/azure-sdk-for-python";
37 license = licenses.mit;
38 maintainers = with maintainers; [ jonringer maxwilson ];