python312Packages.reportengine: mark as broken

Incompatibility with ruamel >= 0.18
https://github.com/NNPDF/reportengine/issues/60
This commit is contained in:
Fabian Affolter 2024-05-18 15:31:08 +02:00
parent e64d9123d8
commit e0b917d7dc

View File

@ -49,5 +49,8 @@ buildPythonPackage rec {
homepage = "https://github.com/NNPDF/reportengine/";
license = with licenses; [ gpl2Only ];
maintainers = with maintainers; [ veprbl ];
# Incompatibility with ruamel >= 0.18
# https://github.com/NNPDF/reportengine/issues/60
broken = versionAtLeast ruamel-yaml.version "0.18";
};
}