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
@@ -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";
};
}