diff options
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 |
commit | fd1373a8d27aef16e85b9fb85ec00cbf1174efb4 (patch) | |
tree | aaac807d9395cc7fcddc9db329b88081634983cf /system/yelp-xsl | |
parent | e8f78679e88677e63332f1a8a89ddabfb0d2af78 (diff) |
system/yelp-xsl: Switched to python3-lxml
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/yelp-xsl')
-rw-r--r-- | system/yelp-xsl/yelp-xsl.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/yelp-xsl/yelp-xsl.info b/system/yelp-xsl/yelp-xsl.info index 6674a1c68c5eb..8c52fa75cb87f 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" |