Merge pull request #249681 from natsukium/apache-beam/broken
python310Packages.apache-beam: mark as broken
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user