diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-02-19 20:36:27 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-22 21:47:12 +0700 |
commit | e8f78679e88677e63332f1a8a89ddabfb0d2af78 (patch) | |
tree | 9c79460461222aebbff3787c76fef0e692b485a1 /system | |
parent | eea82bf2da9955db54e76c4443258b9e268b5f6b (diff) |
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.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/piper/piper.info b/system/piper/piper.info index f75fc23ab31a3..4585b657b43e3 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" |