From 287a3a8a4bc34120fed9f67101e6433868f7beb4 Mon Sep 17 00:00:00 2001 From: Lin Xianyi Date: Sat, 28 Feb 2026 14:58:14 +0800 Subject: [PATCH] hyperpyyaml: mark broken for ruamel-yaml 0.19 --- pkgs/development/python-modules/hyperpyyaml/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/hyperpyyaml/default.nix b/pkgs/development/python-modules/hyperpyyaml/default.nix index 68c77bf378d7..0c9ebca66166 100644 --- a/pkgs/development/python-modules/hyperpyyaml/default.nix +++ b/pkgs/development/python-modules/hyperpyyaml/default.nix @@ -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}";