python3Packages.apache-beam: fix build

main
Samuel Ainsworth 2 years ago committed by Jonathan Ringer
parent da815397a7
commit 5b958f0c22
  1. 6
      pkgs/development/python-modules/apache-beam/default.nix

@ -57,6 +57,12 @@ buildPythonPackage rec {
./fix-cython.patch
];
# See https://github.com/NixOS/nixpkgs/issues/156957.
postPatch = ''
substituteInPlace setup.py \
--replace "typing-extensions>=3.7.0,<4" "typing-extensions"
'';
sourceRoot = "source/sdks/python";
nativeBuildInputs = [

Loading…
Cancel
Save