diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 23:12:14 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:28 -0400 |
commit | 9c4efa2f1148a0ed1ff9e50b19f48567c4859f94 (patch) | |
tree | 96c0a9fbc2434d0417b056f213b8965ae041b921 /gnu/packages | |
parent | b684e7c82771fd249daa82bac3ff64f5c13ec10f (diff) |
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.scm | 3 |
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") |