1 { lib, buildPythonPackage, fetchPypi, isPy27
7 buildPythonPackage rec {
9 pname = "azure-mgmt-privatedns";
13 inherit pname version;
14 sha256 = "08wdvfkk8jh90m3l4nz7knd5vikgfvsx70lk7mkhcvl0xj6gv76j";
18 propagatedBuildInputs = [ azure-common msrest msrestazure ];
23 pythonImportsCheck = [ "azure.common" "azure.mgmt.privatedns" ];
26 description = "Microsoft Azure DNS Private Zones Client Library for Python";
27 homepage = "https://github.com/Azure/azure-sdk-for-python";
28 license = licenses.mit;
29 maintainers = with maintainers; [ jonringer ];