corrscope: relax ruamel.yaml dependency; fix build

This commit is contained in:
annalee
2024-01-25 03:25:46 -08:00
committed by a-n-n-a-l-e-e
parent 2ad3fa0f1b
commit 39b0be0d82
@@ -31,7 +31,7 @@ mkDerivationWith python3Packages.buildPythonApplication rec {
})
];
pythonRelaxDeps = [ "attrs" ];
pythonRelaxDeps = [ "attrs" "ruamel.yaml" ];
nativeBuildInputs = [
wrapQtAppsHook