summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Jeremy Hansen2024-02-20 05:36:27 +0100
committer Willy Sudiarto Raharjo2024-02-22 15:47:12 +0100
commite8f78679e88677e63332f1a8a89ddabfb0d2af78 (patch)
tree9c79460461222aebbff3787c76fef0e692b485a1 /system
parenteea82bf2da9955db54e76c4443258b9e268b5f6b (diff)
downloadslackbuilds-e8f78679e88677e63332f1a8a89ddabfb0d2af78.tar.gz
system/piper: Switched to python3-lxml
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/piper/piper.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/piper/piper.info b/system/piper/piper.info
index f75fc23ab3..4585b657b4 100644
--- a/system/piper/piper.info
+++ b/system/piper/piper.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/libratbag/piper/archive/0.7/piper-0.7.tar.gz"
MD5SUM="110c9cd1097d96ce9f6eeb0cd036e1b6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="libratbag lxml"
+REQUIRES="libratbag python3-lxml"
MAINTAINER="Isaac Yu"
EMAIL="isaacyu@protonmail.com"