aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+github@gmail.com>2024-02-19 19:30:55 -0800
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-22 21:47:05 +0700
commit2df25089be0308e3bfdc767101be1492590f5123 (patch)
treef616cc79e08f47e0e6403a8e875f97e531151783
parent090e746ab6443ef3ec9d043ed875e9b451c1fb83 (diff)
downloadslackbuilds-2df25089be0308e3bfdc767101be1492590f5123.tar.xz
python/parsel: Switch to python2-lxml and rm cssselect (dep of lxml)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/parsel/parsel.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/parsel/parsel.info b/python/parsel/parsel.info
index 9fae24eabccf..fe4b63fd39f1 100644
--- a/python/parsel/parsel.info
+++ b/python/parsel/parsel.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/01/f2/8649c65adf8433a09cdee20912cdb47
MD5SUM="2fb2b31ce0002630ba9ba2492c4ac6bf"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python2-pytest-runner w3lib lxml cssselect"
+REQUIRES="python2-pytest-runner w3lib python2-lxml"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"