mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: Remove python2-termcolor.
* gnu/packages/python-xyz.scm (python2-termcolor): Delete variable.
This commit is contained in:
parent
7f7716a0e7
commit
5b93a4325a
1 changed files with 0 additions and 3 deletions
|
@ -13222,9 +13222,6 @@ (define-public python-termcolor
|
||||||
"This package provides ANSII Color formatting for output in terminals.")
|
"This package provides ANSII Color formatting for output in terminals.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python2-termcolor
|
|
||||||
(package-with-python2 python-termcolor))
|
|
||||||
|
|
||||||
(define-public python-terminaltables
|
(define-public python-terminaltables
|
||||||
(package
|
(package
|
||||||
(name "python-terminaltables")
|
(name "python-terminaltables")
|
||||||
|
|
Loading…
Reference in a new issue