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