cwltool: unpin rdflib

This commit is contained in:
Robert Schütz
2025-12-06 14:00:49 -08:00
parent 1170a6cefb
commit 00485ae772
+4 -1
View File
@@ -60,7 +60,10 @@ python3Packages.buildPythonApplication rec {
pytestCheckHook
];
pythonRelaxDeps = [ "prov" ];
pythonRelaxDeps = [
"prov"
"rdflib"
];
disabledTests = [
"test_content_types"