Skip to content

Commit

Permalink
Remove retired package rdflib-jsonld from dependencies
Browse files Browse the repository at this point in the history
RDFLib folded the `rdflib-jsonld` package into the `rdflib` package in
July.  The repository has also since been put into an "archived" state:
https://github.com/RDFLib/rdflib-jsonld/

Unfortunately, some time recently, including `rdflib-jsonld` in a build
causes the build to break, as it uses a `2to3` function in some manner
that raises an error.

This patch updates Ontospy's requirements to maintain the RDFLib JSON-LD
functionality import, by requiring rdflib>=6.0.0 (the version that
integrated the JSON-LD package).

Disclaimer:
Participation by NIST in the creation of the documentation of mentioned
software is not intended to imply a recommendation or endorsement by the
National Institute of Standards and Technology, nor is it intended to
imply that any specific software is necessarily the best available for
the purpose.

Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Sep 7, 2021
1 parent e47de3c commit e40d10c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
rdflib>=4.2.1
rdflib-jsonld>=0.4.0
rdflib>=6.0.0
SPARQLWrapper>=1.8.0
html5lib>=1.0.1
requests>=2.20.0
Expand Down

0 comments on commit e40d10c

Please sign in to comment.