summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2022-01-19 14:08:58 +0000
committerMathieu Othacehe <othacehe@gnu.org>2022-01-20 14:33:59 +0100
commite5f4d0db93ed82ad7a837747805dca6c4c5a9fc9 (patch)
treee7d0ba37bace4f1371fdd5073f394523f2e03a32 /gnu/packages/python-web.scm
parent90b6c3f4e6467a810c6001dcd46337e7c45491d8 (diff)
downloadguix-patches-e5f4d0db93ed82ad7a837747805dca6c4c5a9fc9.tar
guix-patches-e5f4d0db93ed82ad7a837747805dca6c4c5a9fc9.tar.gz
gnu: Remove python2-cssutils.
* gnu/packages/python-web.scm (python2-cssutils): 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 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)