python/python3-xmldiff: Switched to python3-lxml

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

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.io/packages/source/x/xmldiff/xmldiff-2.6.3.tar.gz"
MD5SUM="139f973cd3b66a642c1dd1737bce40dd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lxml"
REQUIRES="python3-lxml"
MAINTAINER="Vijay Marcel"
EMAIL="vijaymarcel@outlook.com"