Commit 6f1aefc1 authored by Robert Schütz's avatar Robert Schütz
Browse files

python3Packages.google-cloud-resource-manager: unpin protobuf

parent 76310cc6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -25,6 +25,10 @@ buildPythonPackage (finalAttrs: {

  build-system = [ setuptools ];

  pythonRelaxDeps = [
    "protobuf"
  ];

  dependencies = [
    google-api-core
    google-cloud-core