12 buildPythonPackage rec {
13 pname = "google-cloud-runtimeconfig";
15 format = "setuptools";
17 disabled = pythonOlder "3.7";
20 inherit pname version;
21 hash = "sha256-hyxvTChxCGC6YjjvYGqaJDvgBbve7EjzfPELl+LB2D8=";
24 propagatedBuildInputs = [
34 # Client tests require credentials
35 disabledTests = [ "client_options" ];
37 # prevent google directory from shadowing google imports
42 pythonImportsCheck = [ "google.cloud.runtimeconfig" ];
45 description = "Google Cloud RuntimeConfig API client library";
46 homepage = "https://github.com/googleapis/python-runtimeconfig";
47 changelog = "https://github.com/googleapis/python-runtimeconfig/blob/v${version}/CHANGELOG.md";
48 license = licenses.asl20;