forked from mirrors/nixpkgs
apache-beam: patch out pyarrow constraint
This commit is contained in:
parent
c1998338b2
commit
ca5bf5bd26
|
@ -60,7 +60,8 @@ buildPythonPackage rec {
|
||||||
# See https://github.com/NixOS/nixpkgs/issues/156957.
|
# See https://github.com/NixOS/nixpkgs/issues/156957.
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace setup.py \
|
substituteInPlace setup.py \
|
||||||
--replace "typing-extensions>=3.7.0,<4" "typing-extensions"
|
--replace "typing-extensions>=3.7.0,<4" "typing-extensions" \
|
||||||
|
--replace "pyarrow>=0.15.1,<7.0.0" "pyarrow"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
sourceRoot = "source/sdks/python";
|
sourceRoot = "source/sdks/python";
|
||||||
|
|
Loading…
Reference in a new issue