diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-02-20 16:21:52 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-22 21:47:13 +0700 |
commit | 4ff3746a48bf5d616bafa8e4a0e8d11ecf696257 (patch) | |
tree | 5f4423e3a3ed69a66b2f76c99c49e0dc52ca7a32 /python/html5-parser | |
parent | 3fe635af22f39fa2e192294331bfd80fe5da01d6 (diff) |
python/html5parser: Switched to python2-lxml
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/html5-parser')
-rw-r--r-- | python/html5-parser/html5-parser.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/html5-parser/html5-parser.info b/python/html5-parser/html5-parser.info index 8b1e45d7ba..2de7271b5e 100644 --- a/python/html5-parser/html5-parser.info +++ b/python/html5-parser/html5-parser.info @@ -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" |