diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 22:21:53 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:06 -0400 |
commit | 5b93a4325a286a65ff5efb4ffd887c9959b63b72 (patch) | |
tree | 5b31392aca55de79ab585f6339dd3cb420a78850 | |
parent | 7f7716a0e7074bc53e1ab0e79067e7cbd0929cb2 (diff) |
gnu: Remove python2-termcolor.
* gnu/packages/python-xyz.scm (python2-termcolor): Delete variable.
-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 8682c11437..b2ddec4b17 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13222,9 +13222,6 @@ a hash value.") "This package provides ANSII Color formatting for output in terminals.") (license license:expat))) -(define-public python2-termcolor - (package-with-python2 python-termcolor)) - (define-public python-terminaltables (package (name "python-terminaltables") |