gnu: Remove python2-css-parser.

* gnu/packages/python-web.scm (python2-css-parser): Remove variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Vinicius Monego 2022-01-19 14:08:59 +00:00 committed by Mathieu Othacehe
parent e5f4d0db93
commit 9b29c5422e
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -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")