gnu: Remove python2-traceback2.

* gnu/packages/python-xyz.scm (python2-traceback2): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-05-12 20:58:25 -04:00
parent f07cfa3c9a
commit 22e269f566
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -20060,9 +20060,6 @@ (define-public python-traceback2
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")