hyperpyyaml: mark broken for ruamel-yaml 0.19 (#493996)
This commit is contained in:
@@ -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}";
|
||||
|
||||
Reference in New Issue
Block a user