Unverified Commit e650f2b5 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python311Packages.google-cloud-redis: refactor

parent e6a0171a
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -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