python311Packages.google-cloud-redis: refactor

This commit is contained in:
Fabian Affolter
2024-02-02 08:31:27 +01:00
committed by GitHub
parent e6a0171a62
commit e650f2b5ea
@@ -7,12 +7,13 @@
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, setuptools
}:
buildPythonPackage rec {
pname = "google-cloud-redis";
version = "2.15.0";
format = "setuptools";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -21,6 +22,10 @@ buildPythonPackage rec {
hash = "sha256-EyThUipPk96q5TuJDMKugFSGXDdWi0vOH5EzP2zzcyI=";
};
nativeBuildInputs = [
setuptools
];
propagatedBuildInputs = [
google-api-core
proto-plus