diff options
-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 0888662ec2..7628e918f0 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -19347,9 +19347,6 @@ JSON) codec.") converting text with ANSI color codes to HTML or LaTeX.") (license license:gpl3+))) -(define-public python2-ansi2html - (package-with-python2 python-ansi2html)) - (define-public python-easy-ansi (package (name "python-easy-ansi") |