12 buildPythonPackage rec {
13 pname = "azure-mgmt-privatedns";
15 format = "setuptools";
17 disabled = pythonOlder "3.7";
20 inherit pname version;
21 hash = "sha256-MtucYFpKj/ANNON1UdXrBrTsJnq53iph3SJ1ypWj+5g=";
25 propagatedBuildInputs = [
30 ] ++ lib.optionals (pythonOlder "3.8") [
37 pythonImportsCheck = [
39 "azure.mgmt.privatedns"
43 description = "Microsoft Azure DNS Private Zones Client Library for Python";
44 homepage = "https://github.com/Azure/azure-sdk-for-python";
45 license = licenses.mit;
46 maintainers = with maintainers; [ jonringer ];