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)
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 df896158cbc..8ed08b26f5b 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
1462options.") 1462options.")
1463 (license license:lgpl3+))) 1463 (license license:lgpl3+)))
1464 1464
1465(define-public python2-cssutils
1466 (package-with-python2 python-cssutils))
1467
1468(define-public python-css-parser 1465(define-public python-css-parser
1469 (package 1466 (package
1470 (inherit python-cssutils) 1467 (inherit python-cssutils)