mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
python312Packages.apache-beam: fix build by relaxing protobuf dependency
This commit is contained in:
parent
6758d64536
commit
24d1d6313d
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue