diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 17:40:30 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:40 -0400 |
commit | 39d627447c4b554f82ffeeade246ca79a8f1d7b5 (patch) | |
tree | 666d3816e433d644d52a53d27fdb8e742cfe99b3 /gnu/packages | |
parent | a12716ed27581b7c5ceb5d20aa1d99c86803bc5d (diff) |
gnu: Remove python2-coloredlogs.
* gnu/packages/python-xyz.scm (python2-coloredlogs): Delete variable.
Diffstat (limited to 'gnu/packages')
-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 9c14a83d30..cd7705456f 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -2512,9 +2512,6 @@ Python's logging module. The @code{ColoredFormatter} class inherits from messages in color.") (license license:expat))) -(define-public python2-coloredlogs - (package-with-python2 python-coloredlogs)) - (define-public python-editorconfig (package (name "python-editorconfig") |