Merge pull request #249681 from natsukium/apache-beam/broken

python310Packages.apache-beam: mark as broken
This commit is contained in:
OTABI Tomoya
2023-08-18 09:35:23 +09:00
committed by GitHub
@@ -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";
};
}