diff options
author | Vinicius Monego <monego@posteo.net> | 2022-01-19 14:08:58 +0000 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-01-20 14:33:59 +0100 |
commit | e5f4d0db93ed82ad7a837747805dca6c4c5a9fc9 (patch) | |
tree | e7d0ba37bace4f1371fdd5073f394523f2e03a32 | |
parent | 90b6c3f4e6467a810c6001dcd46337e7c45491d8 (diff) | |
download | guix-e5f4d0db93ed82ad7a837747805dca6c4c5a9fc9.tar guix-e5f4d0db93ed82ad7a837747805dca6c4c5a9fc9.tar.gz |
gnu: Remove python2-cssutils.
* gnu/packages/python-web.scm (python2-cssutils): Remove variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
-rw-r--r-- | gnu/packages/python-web.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index df896158cb..8ed08b26f5 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -1462,9 +1462,6 @@ Cascading Style Sheets. Currently it provides a DOM only and no rendering options.") (license license:lgpl3+))) -(define-public python2-cssutils - (package-with-python2 python-cssutils)) - (define-public python-css-parser (package (inherit python-cssutils) |