File: try-older-rdflib

package info (click to toggle)
python-rdflib-jsonld 0.4.0-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,384 kB
  • sloc: python: 1,478; makefile: 132
file content (13 lines) | stat: -rw-r--r-- 472 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Author: Michael R. Crusoe <crusoe@ucdavis.edu>
Description: Doesn't really seem to need version 4.2
--- python-rdflib-jsonld.orig/setup.py
+++ python-rdflib-jsonld/setup.py
@@ -93,7 +93,7 @@
                    ],
     packages = ["rdflib_jsonld"],
     test_suite = "test",
-    install_requires = ["rdflib>=4.2"],
+    install_requires = ["rdflib>=4.1"],
     entry_points = {
         'rdf.plugins.parser': [
             'json-ld = rdflib_jsonld.parser:JsonLDParser',