games/lutris: Switched to python3-lxml

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2024-02-19 19:48:15 -08:00 committed by Willy Sudiarto Raharjo
parent 1b6fbd1355
commit 6b24abecd4
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/lutris/lutris/archive/refs/tags/v0.5.13/lutris-0.5.
MD5SUM="9acd07d4d130d4d250611af907aa3a40"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-magic webkit2gtk lxml"
REQUIRES="python-magic webkit2gtk python3-lxml"
MAINTAINER="Ozan Türkyılmaz"
EMAIL="ozan.turkyilmaz@gmail.com"