mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
python39Packages.rdflib-jsonld: mark broken
This commit is contained in:
parent
229cd3e58d
commit
6711517eea
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue