diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-02-19 19:30:55 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-22 21:47:05 +0700 |
commit | 2df25089be0308e3bfdc767101be1492590f5123 (patch) | |
tree | f616cc79e08f47e0e6403a8e875f97e531151783 /python/parsel | |
parent | 090e746ab6443ef3ec9d043ed875e9b451c1fb83 (diff) |
python/parsel: Switch to python2-lxml and rm cssselect (dep of lxml)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/parsel')
-rw-r--r-- | python/parsel/parsel.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/parsel/parsel.info b/python/parsel/parsel.info index 9fae24eabccf1..fe4b63fd39f1a 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" |