Loading pkgs/development/python-modules/google-cloud-redis/default.nix +6 −1 Original line number Diff line number Diff line Loading @@ -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"; Loading @@ -21,6 +22,10 @@ buildPythonPackage rec { hash = "sha256-EyThUipPk96q5TuJDMKugFSGXDdWi0vOH5EzP2zzcyI="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ google-api-core proto-plus Loading Loading
pkgs/development/python-modules/google-cloud-redis/default.nix +6 −1 Original line number Diff line number Diff line Loading @@ -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"; Loading @@ -21,6 +22,10 @@ buildPythonPackage rec { hash = "sha256-EyThUipPk96q5TuJDMKugFSGXDdWi0vOH5EzP2zzcyI="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ google-api-core proto-plus Loading