cwltool: unpin rdflib
This commit is contained in:
@@ -60,7 +60,10 @@ python3Packages.buildPythonApplication rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [ "prov" ];
|
||||
pythonRelaxDeps = [
|
||||
"prov"
|
||||
"rdflib"
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
"test_content_types"
|
||||
|
||||
Reference in New Issue
Block a user