summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Jeremy Hansen <jebrhansen+github@gmail.com>2024-02-19 20:46:04 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-22 21:47:12 +0700
commitfd1373a8d27aef16e85b9fb85ec00cbf1174efb4 (patch)
treeaaac807d9395cc7fcddc9db329b88081634983cf /system
parente8f78679e88677e63332f1a8a89ddabfb0d2af78 (diff)
downloadslackbuilds-fd1373a8d27aef16e85b9fb85ec00cbf1174efb4.tar.gz
slackbuilds-fd1373a8d27aef16e85b9fb85ec00cbf1174efb4.tar.xz
system/yelp-xsl: Switched to python3-lxml
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/yelp-xsl/yelp-xsl.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/yelp-xsl/yelp-xsl.info b/system/yelp-xsl/yelp-xsl.info
index 6674a1c68c..8c52fa75cb 100644
--- a/system/yelp-xsl/yelp-xsl.info
+++ b/system/yelp-xsl/yelp-xsl.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://ftp.gnome.org/pub/GNOME/sources/yelp-xsl/42/yelp-xsl-42.1.tar.
MD5SUM="c41858c78e34bb8b68a535657a3e15d9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="lxml"
+REQUIRES="python3-lxml"
MAINTAINER="Willy Sudiarto Raharjo"
EMAIL="willysr@slackbuilds.org"