10 buildPythonPackage rec {
11 pname = "google-cloud-runtimeconfig";
15 inherit pname version;
16 sha256 = "sha256-MPmyvm2FSrUzb1y5i4xl5Cqea6sxixLoZ7V1hxNi7hw=";
19 propagatedBuildInputs = [ google-api-core google-cloud-core ];
21 checkInputs = [ mock pytestCheckHook ];
23 # Client tests require credentials
24 disabledTests = [ "client_options" ];
26 # prevent google directory from shadowing google imports
31 pythonImportsCheck = [ "google.cloud.runtimeconfig" ];
34 description = "Google Cloud RuntimeConfig API client library";
35 homepage = "https://pypi.org/project/google-cloud-runtimeconfig";
36 license = licenses.asl20;
37 maintainers = with maintainers; [ SuperSandro2000 ];