hyperpyyaml: mark broken for ruamel-yaml 0.19 (#493996)

This commit is contained in:
Gaétan Lepage
2026-02-28 08:02:57 +00:00
committed by GitHub
@@ -40,6 +40,8 @@ buildPythonPackage rec {
pythonImportsCheck = [ "hyperpyyaml" ];
meta = {
# https://github.com/speechbrain/HyperPyYAML/pull/32
broken = lib.versionAtLeast ruamel-yaml.version "0.19";
description = "Extensions to YAML syntax for better python interaction";
homepage = "https://github.com/speechbrain/HyperPyYAML";
changelog = "https://github.com/speechbrain/HyperPyYAML/releases/tag/${src.tag}";