Skip to content

Commit

Permalink
python312Packages.reportengine: mark as broken
Browse files Browse the repository at this point in the history
Incompatibility with ruamel >= 0.18
NNPDF/reportengine#60
  • Loading branch information
fabaff committed May 18, 2024
1 parent e64d912 commit e0b917d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/python-modules/reportengine/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
}

0 comments on commit e0b917d

Please sign in to comment.