python310Packages.apache-beam: mark as broken

apache-beam has no compatibility with pandas>=2
see https://github.com/apache/beam/issues/27221
This commit is contained in:
natsukium 2023-08-17 14:29:24 +09:00
parent ebcaf19356
commit 728dff52cf
No known key found for this signature in database
GPG key ID: 9EA45A31DB994C53

View file

@ -209,5 +209,7 @@ buildPythonPackage rec {
homepage = "https://beam.apache.org/";
license = licenses.asl20;
maintainers = with maintainers; [ ndl ];
# https://github.com/apache/beam/issues/27221
broken = lib.versionAtLeast pandas.version "2";
};
}