python/et_xmlfile: Switched to python3-lxml

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2024-02-20 16:20:29 -08:00 committed by Willy Sudiarto Raharjo
parent fd1373a8d2
commit 0446939802
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/source/e/et_xmlfile/et_xmlfile-1.1.0.
MD5SUM="8fbae9b969eac28c02f5073febefc445"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lxml"
REQUIRES="python3-lxml"
MAINTAINER="Isaac Yu"
EMAIL="isaacyu@protonmail.com"