13 buildPythonPackage rec {
14 pname = "google-cloud-redis";
18 disabled = pythonOlder "3.7";
21 inherit pname version;
22 hash = "sha256-5qIx5FEHA4z+SY360fba0sp73KOpMTI3ML4Dq3oACo8=";
29 propagatedBuildInputs = [
33 ] ++ google-api-core.optional-dependencies.grpc;
40 pythonImportsCheck = [
42 "google.cloud.redis_v1"
43 "google.cloud.redis_v1beta1"
47 description = "Google Cloud Memorystore for Redis API client library";
48 homepage = "https://github.com/googleapis/python-redis";
49 changelog = "https://github.com/googleapis/python-redis/blob/v${version}/CHANGELOG.md";
50 license = licenses.asl20;
51 maintainers = with maintainers; [ ];