gnu: Remove python2-linecache2.

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

View file

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