gnu: Remove python2-texttable.

* gnu/packages/python-xyz.scm (python2-texttable): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 22:23:06 -04:00
parent fc90a42f5f
commit 9e1ee95c17
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -14504,9 +14504,6 @@ (define-public python-texttable
tables.")
(license license:expat)))
(define-public python2-texttable
(package-with-python2 python-texttable))
(define-public python-atomicwrites
(package
(name "python-atomicwrites")