summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett Gilio <brettg@gnu.org>2020-11-25 20:05:36 -0600
committerBrett Gilio <brettg@gnu.org>2020-11-25 20:05:36 -0600
commitc9c608bdd30b249f30ffb8500d9c74852ca22172 (patch)
tree8e08cc24e428153be81ec741621116a7a45ccded
parentffe6b73a3cba0978ad159be2e4c1cb371747705d (diff)
downloadguix-patches-c9c608bdd30b249f30ffb8500d9c74852ca22172.tar
guix-patches-c9c608bdd30b249f30ffb8500d9c74852ca22172.tar.gz
gnu: Remove python2-ujson-1.
* gnu/packages/python-xyz.scm (python2-ujson-1): Remove variable. This variable was superceded and no longer needed as a dependency for any package at this version.
-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 7de38c24f1..abcedd964d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20622,9 +20622,6 @@ register custom encoders and decoders.")
bindings for Python 3.")
(license license:bsd-3)))
-(define-public python2-ujson-1
- (package-with-python2 python-ujson-1))
-
(define-public python-iocapture
;; The latest release is more than a year older than this commit.
(let ((commit "fdc021c431d0840303908dfc3ca8769db383595c")