summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-12 20:58:25 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:54:05 -0400
commit22e269f566ea31e339b6afe3ce80000e88735a5c (patch)
tree948717870294e229e4fe99ee8bbc9817b1b08296
parentf07cfa3c9ad1709be05216422672dbdb601c53d7 (diff)
downloadguix-patches-22e269f566ea31e339b6afe3ce80000e88735a5c.tar
guix-patches-22e269f566ea31e339b6afe3ce80000e88735a5c.tar.gz
gnu: Remove python2-traceback2.
* gnu/packages/python-xyz.scm (python2-traceback2): 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 2ad95ff251..fea173baa2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20060,9 +20060,6 @@ stack traces of Python programs. It exactly mimics the behavior of the Python
interpreter when it prints a stack trace.")
(license license:psfl)))
-(define-public python2-traceback2
- (package-with-python2 python-traceback2))
-
(define-public python-ratelimiter
(package
(name "python-ratelimiter")