hyperpyyaml: mark broken for ruamel-yaml 0.19

This commit is contained in:
Lin Xianyi
2026-02-28 14:58:14 +08:00
parent da608aa160
commit 287a3a8a4b
@@ -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}";