diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index e678e95ae7..865dd80b10 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -3403,9 +3403,6 @@ files.") "PyLD is an implementation of the JSON-LD specification.") (license license:bsd-3))) -(define-public python2-pyld - (package-with-python2 python-pyld)) - (define-public python-cli-helpers (package (name "python-cli-helpers") |