diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 23:14:19 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:31 -0400 |
commit | 0dbeb5d2f9676e48cc3a167406192cf0e52efc6f (patch) | |
tree | 8f137af06a2973b4e352b6dd1a50d10e7a6fc1db /gnu/packages/rdf.scm | |
parent | 2f870e1b13b83d35711cc6e03174386f7cd5a97f (diff) | |
download | guix-0dbeb5d2f9676e48cc3a167406192cf0e52efc6f.tar.gz |
gnu: Remove python2-rdflib.
* gnu/packages/rdf.scm (python2-rdflib): Delete variable.
Diffstat (limited to 'gnu/packages/rdf.scm')
-rw-r--r-- | gnu/packages/rdf.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/rdf.scm b/gnu/packages/rdf.scm index 6712c2c237..03aecd1ee5 100644 --- a/gnu/packages/rdf.scm +++ b/gnu/packages/rdf.scm @@ -399,9 +399,6 @@ powerful language for representing information.") ;; and this package is only transitional. (arguments '(#:tests? #f)))) -(define-public python2-rdflib - (package-with-python2 python-rdflib-5)) - ;; Note: This package is only needed for rdflib < 6.0; supersede when ;; the above are removed. (define-public python-rdflib-jsonld |