gnu: Remove python2-jsonpointer.

* gnu/packages/python-xyz.scm (python2-jsonpointer): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 23:12:14 -04:00
parent b684e7c827
commit 9c4efa2f11
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -20075,9 +20075,6 @@ (define-public python-jsonpointer
by path in a JSON document (see RFC 6901).")
(license license:bsd-3)))
(define-public python2-jsonpointer
(package-with-python2 python-jsonpointer))
(define-public python-jsonpatch
(package
(name "python-jsonpatch")