summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-12 20:58:47 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:54:05 -0400
commitceee9eb31276b5758155377e1f59a78c7030c543 (patch)
tree48be1ddde5dec656018d71d3b990ecd4e6c8f229
parent22e269f566ea31e339b6afe3ce80000e88735a5c (diff)
downloadguix-patches-ceee9eb31276b5758155377e1f59a78c7030c543.tar
guix-patches-ceee9eb31276b5758155377e1f59a78c7030c543.tar.gz
gnu: Remove python2-linecache2.
* gnu/packages/python-xyz.scm (python2-linecache2): Delete variable.
-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 fea173baa2..3c4d9f73b7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20029,9 +20029,6 @@ attempting to optimize internally, using a cache, the common case where many
lines are read from a single file.")
(license license:psfl)))
-(define-public python2-linecache2
- (package-with-python2 python-linecache2))
-
(define-public python-traceback2
(package
(name "python-traceback2")