diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-12 20:58:25 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:54:05 -0400 |
commit | 22e269f566ea31e339b6afe3ce80000e88735a5c (patch) | |
tree | 948717870294e229e4fe99ee8bbc9817b1b08296 /gnu | |
parent | f07cfa3c9ad1709be05216422672dbdb601c53d7 (diff) | |
download | guix-22e269f566ea31e339b6afe3ce80000e88735a5c.tar.gz |
gnu: Remove python2-traceback2.
* gnu/packages/python-xyz.scm (python2-traceback2): Delete variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
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") |