diff options
author | Vinicius Monego <monego@posteo.net> | 2022-01-19 14:08:59 +0000 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-01-20 14:33:59 +0100 |
commit | 9b29c5422e6d99327566c56254e1328b1b40fe0c (patch) | |
tree | bc9c0b224130b36e5573ed4047a1a39ec67cecd6 /gnu | |
parent | e5f4d0db93ed82ad7a837747805dca6c4c5a9fc9 (diff) | |
download | guix-9b29c5422e6d99327566c56254e1328b1b40fe0c.tar.gz guix-9b29c5422e6d99327566c56254e1328b1b40fe0c.zip |
gnu: Remove python2-css-parser.
* gnu/packages/python-web.scm (python2-css-parser): Remove variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'gnu')
-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 8ed08b26f5..1f3f3b6451 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -1484,9 +1484,6 @@ It's a fork of cssutils 1.0.2, updated and modified for parsing ebooks, due to cssutils not receiving updates as of 1.0.2.") (license license:lgpl3+))) -(define-public python2-css-parser - (package-with-python2 python-css-parser)) - (define-public python-cssselect (package (name "python-cssselect") |