12 buildPythonPackage rec {
13 pname = "google-cloud-redis";
15 format = "setuptools";
17 disabled = pythonOlder "3.7";
20 inherit pname version;
21 hash = "sha256-XEhXMDVdlnI9ZK5jfxsiZPNbV8MB7A7yxtMLLwbcoU4=";
24 propagatedBuildInputs = [
28 ] ++ google-api-core.optional-dependencies.grpc;
35 pythonImportsCheck = [
37 "google.cloud.redis_v1"
38 "google.cloud.redis_v1beta1"
42 description = "Google Cloud Memorystore for Redis API client library";
43 homepage = "https://github.com/googleapis/python-redis";
44 changelog = "https://github.com/googleapis/python-redis/blob/v${version}/CHANGELOG.md";
45 license = licenses.asl20;
46 maintainers = with maintainers; [ ];