Unverified Commit 01f6e666 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.google-cloud-*: unpin protobuf (#500888)

parents 284fe9ab 6f1aefc1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -26,6 +26,10 @@ buildPythonPackage rec {

  build-system = [ setuptools ];

  pythonRelaxDeps = [
    "protobuf"
  ];

  dependencies = [
    google-api-core
    libcst
+4 −0
Original line number Diff line number Diff line
@@ -25,6 +25,10 @@ buildPythonPackage rec {

  build-system = [ setuptools ];

  pythonRelaxDeps = [
    "protobuf"
  ];

  dependencies = [
    google-api-core
    grpc-google-iam-v1
+4 −0
Original line number Diff line number Diff line
@@ -38,6 +38,10 @@ buildPythonPackage rec {

  build-system = [ setuptools ];

  pythonRelaxDeps = [
    "protobuf"
  ];

  dependencies = [
    google-api-core
    google-cloud-core
+4 −0
Original line number Diff line number Diff line
@@ -25,6 +25,10 @@ buildPythonPackage rec {

  build-system = [ setuptools ];

  pythonRelaxDeps = [
    "protobuf"
  ];

  dependencies = [
    google-api-core
    libcst
+4 −0
Original line number Diff line number Diff line
@@ -26,6 +26,10 @@ buildPythonPackage rec {

  build-system = [ setuptools ];

  pythonRelaxDeps = [
    "protobuf"
  ];

  dependencies = [
    google-api-core
    grpc-google-iam-v1
Loading