Commit 76310cc6 authored by Robert Schütz's avatar Robert Schütz
Browse files

python3Packages.google-cloud-redis: unpin protobuf

parent 79b1baac
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -23,6 +23,10 @@ buildPythonPackage rec {

  build-system = [ setuptools ];

  pythonRelaxDeps = [
    "protobuf"
  ];

  dependencies = [
    google-api-core
    proto-plus