aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+github@gmail.com>2024-02-19 19:31:51 -0800
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-22 21:47:09 +0700
commitfe04a805d3363fcad6e3d9165d4285220f6cb515 (patch)
tree1d1980a249a59d129fa61905f75c9a70d755cac2 /python
parent2df25089be0308e3bfdc767101be1492590f5123 (diff)
python/pyquery: Switch to python2-lxml and rm cssselect (dep of lxml)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/pyquery/pyquery.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pyquery/pyquery.info b/python/pyquery/pyquery.info
index 48e54b2f06c9..4fe478829ddb 100644
--- a/python/pyquery/pyquery.info
+++ b/python/pyquery/pyquery.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/source/p/pyquery/pyquery-1.2.4.tar.gz
MD5SUM="268f08258738d21bc1920d7522f2a63b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="cssselect lxml"
+REQUIRES="python2-lxml"
MAINTAINER="Šime Ramov"
EMAIL="s@ramov.com"