10 buildPythonPackage rec {
11 pname = "google-cloud-dns";
15 inherit pname version;
16 sha256 = "0ec98a9933b2abd95b174c9cae0477b90aa4c1f5068b69a9f8ced6d20db1cd5a";
19 propagatedBuildInputs = [ google-api-core google-cloud-core ];
21 checkInputs = [ mock pytestCheckHook ];
24 # don#t shadow python imports
29 # requires credentials
33 pythonImportsCheck = [ "google.cloud.dns" ];
36 description = "Google Cloud DNS API client library";
37 homepage = "https://github.com/googleapis/python-dns";
38 license = licenses.asl20;
39 maintainers = with maintainers; [ SuperSandro2000 ];