corrscope: relax ruamel.yaml dependency; fix build
This commit is contained in:
@@ -31,7 +31,7 @@ mkDerivationWith python3Packages.buildPythonApplication rec {
|
||||
})
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [ "attrs" ];
|
||||
pythonRelaxDeps = [ "attrs" "ruamel.yaml" ];
|
||||
|
||||
nativeBuildInputs = [
|
||||
wrapQtAppsHook
|
||||
|
||||
Reference in New Issue
Block a user