aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 17:41:49 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:52:43 -0400
commit54ca8f4c418b626eed17265ab4be8ad909c2a495 (patch)
tree5d2b242c2ffb510d97d8a34572ed7c0cb434464f /gnu
parent61504ff725d8a2d3ce38a4333a60f893c848af15 (diff)
downloadguix-54ca8f4c418b626eed17265ab4be8ad909c2a495.tar
guix-54ca8f4c418b626eed17265ab4be8ad909c2a495.tar.gz
gnu: Remove python2-rencode.
* gnu/packages/python-xyz.scm (python2-rencode): Delete variable.
Diffstat (limited to 'gnu')
-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 9e5d2581c8..30220bfc60 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21668,9 +21668,6 @@ complete rewrite in Cython to attempt to increase the performance over the
pure Python module.")
(license license:bsd-3)))
-(define-public python2-rencode
- (package-with-python2 python-rencode))
-
(define-public python-xenon
(package
(name "python-xenon")