summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2022-01-19 14:09:00 +0000
committerMathieu Othacehe <othacehe@gnu.org>2022-01-20 14:33:59 +0100
commit8fcc76b3e59fd40a738bf80ef0e94c6018720a50 (patch)
tree31cd6c6d06578827ab75dfaf90689d1679984ac2 /gnu/packages/python-web.scm
parent9b29c5422e6d99327566c56254e1328b1b40fe0c (diff)
gnu: Remove python2-cssselect.
* gnu/packages/python-web.scm (python2-cssselect): 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 1f3f3b64511..3fac84d129a 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1514,9 +1514,6 @@ them to XPath 1.0 expressions. Such expressions can be used in lxml or
1514another XPath engine to find the matching elements in an XML or HTML document.") 1514another XPath engine to find the matching elements in an XML or HTML document.")
1515 (license license:bsd-3))) 1515 (license license:bsd-3)))
1516 1516
1517(define-public python2-cssselect
1518 (package-with-python2 python-cssselect))
1519
1520(define-public python-databricks-cli 1517(define-public python-databricks-cli
1521 (package 1518 (package
1522 (name "python-databricks-cli") 1519 (name "python-databricks-cli")