Unverified Commit eadb306f authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python312Packages.apache-beam: fix build by relaxing protobuf dependency (#404316)

parents 3e7a0529 b391284a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -84,6 +84,8 @@ buildPythonPackage rec {
    # See https://github.com/NixOS/nixpkgs/issues/156957
    "dill"

    "protobuf"

    # As of apache-beam v2.45.0, the requirement is pyarrow<10.0.0,>=0.15.1, but
    # the current (2023-02-22) nixpkgs's pyarrow version is 11.0.0.
    "pyarrow"
+4 −0
Original line number Diff line number Diff line
@@ -36,6 +36,10 @@ buildPythonPackage rec {

  build-system = [ setuptools ];

  pythonRelaxDeps = [
    "protobuf"
  ];

  dependencies = [
    absl-py
    googleapis-common-protos