python39Packages.rdflib-jsonld: mark broken
This commit is contained in:
parent
c57856a0bb
commit
5693f495c5
1 changed files with 2 additions and 0 deletions
|
@ -17,5 +17,7 @@ buildPythonPackage rec {
|
||||||
license = licenses.bsdOriginal;
|
license = licenses.bsdOriginal;
|
||||||
description = "rdflib extension adding JSON-LD parser and serializer";
|
description = "rdflib extension adding JSON-LD parser and serializer";
|
||||||
maintainers = [ maintainers.koslambrou ];
|
maintainers = [ maintainers.koslambrou ];
|
||||||
|
# incomptiable with rdflib 6.0.0, half of the test suite fails with import and atrribute errors
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue