summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2022-01-19 14:08:59 +0000
committerMathieu Othacehe <othacehe@gnu.org>2022-01-20 14:33:59 +0100
commit9b29c5422e6d99327566c56254e1328b1b40fe0c (patch)
treebc9c0b224130b36e5573ed4047a1a39ec67cecd6 /gnu/packages/python-web.scm
parente5f4d0db93ed82ad7a837747805dca6c4c5a9fc9 (diff)
downloadguix-patches-9b29c5422e6d99327566c56254e1328b1b40fe0c.tar
guix-patches-9b29c5422e6d99327566c56254e1328b1b40fe0c.tar.gz
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/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm3
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")