summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 23:12:14 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:53:28 -0400
commit9c4efa2f1148a0ed1ff9e50b19f48567c4859f94 (patch)
tree96c0a9fbc2434d0417b056f213b8965ae041b921 /gnu/packages
parentb684e7c82771fd249daa82bac3ff64f5c13ec10f (diff)
downloadguix-patches-9c4efa2f1148a0ed1ff9e50b19f48567c4859f94.tar
guix-patches-9c4efa2f1148a0ed1ff9e50b19f48567c4859f94.tar.gz
gnu: Remove python2-jsonpointer.
* gnu/packages/python-xyz.scm (python2-jsonpointer): Delete variable.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python-xyz.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 896d26f7db..557997a0d8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20075,9 +20075,6 @@ while only declaring the test-specific fields.")
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")