python39Packages.rdflib-jsonld: mark broken

This commit is contained in:
Sandro Jäckel 2021-08-31 20:14:46 +02:00 committed by Martin Weinelt
parent 229cd3e58d
commit 6711517eea

View File

@ -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;
};
}