[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: gnu: Remove python2-ujson-1.
From: |
guix-commits |
Subject: |
02/06: gnu: Remove python2-ujson-1. |
Date: |
Wed, 25 Nov 2020 21:07:21 -0500 (EST) |
brettgilio pushed a commit to branch master
in repository guix.
commit c9c608bdd30b249f30ffb8500d9c74852ca22172
Author: Brett Gilio <brettg@gnu.org>
AuthorDate: Wed Nov 25 20:05:36 2020 -0600
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.
---
gnu/packages/python-xyz.scm | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7de38c2..abcedd9 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")
- branch master updated (d482954 -> 723badf), guix-commits, 2020/11/25
- 02/06: gnu: Remove python2-ujson-1.,
guix-commits <=
- 04/06: gnu: python-ujson: Update to 4.0.1., guix-commits, 2020/11/25
- 05/06: gnu: python-jsonrpc-server: Update to 0.4.0., guix-commits, 2020/11/25
- 01/06: gnu: Remove python-ujson-1., guix-commits, 2020/11/25
- 03/06: gnu: Add python-versioneer., guix-commits, 2020/11/25
- 06/06: gnu: python-language-server: Update to 0.36.1., guix-commits, 2020/11/25