python39Packages.rdflib-jsonld: mark broken

This commit is contained in:
Sandro Jäckel
2021-09-01 21:23:27 +02:00
committed by Martin Weinelt
parent c57856a0bb
commit 5693f495c5
@@ -17,5 +17,7 @@ buildPythonPackage rec {
license = licenses.bsdOriginal;
description = "rdflib extension adding JSON-LD parser and serializer";
maintainers = [ maintainers.koslambrou ];
# incomptiable with rdflib 6.0.0, half of the test suite fails with import and atrribute errors
broken = true;
};
}