diff options
author | Vinicius Monego <monego@posteo.net> | 2022-01-19 14:09:00 +0000 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-01-20 14:33:59 +0100 |
commit | 8fcc76b3e59fd40a738bf80ef0e94c6018720a50 (patch) | |
tree | 31cd6c6d06578827ab75dfaf90689d1679984ac2 /gnu | |
parent | 9b29c5422e6d99327566c56254e1328b1b40fe0c (diff) | |
download | guix-8fcc76b3e59fd40a738bf80ef0e94c6018720a50.tar guix-8fcc76b3e59fd40a738bf80ef0e94c6018720a50.tar.gz |
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')
-rw-r--r-- | gnu/packages/python-web.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 1f3f3b6451..3fac84d129 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 another XPath engine to find the matching elements in an XML or HTML document.") (license license:bsd-3))) -(define-public python2-cssselect - (package-with-python2 python-cssselect)) - (define-public python-databricks-cli (package (name "python-databricks-cli") |