python/html5parser: Switched to python2-lxml

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2024-02-20 16:21:52 -08:00 committed by Willy Sudiarto Raharjo
parent 3fe635af22
commit 4ff3746a48
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/kovidgoyal/html5-parser/archive/v0.4.5/html5-parser
MD5SUM="7ed34035b5fa768ca8e70085bea0eff4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lxml"
REQUIRES="python2-lxml"
MAINTAINER="Larry Hajali"
EMAIL="larryhaja[at]gmail[dot]com"