summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Jeremy Hansen <jebrhansen+github@gmail.com>2024-02-19 20:33:03 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-22 21:47:12 +0700
commiteea82bf2da9955db54e76c4443258b9e268b5f6b (patch)
tree563e9f42e8c528ff3b70e04901a02ec52149c94d
parentc8f89214a214e74f5d5349c68384044859768d7e (diff)
downloadslackbuilds-eea82bf2da9955db54e76c4443258b9e268b5f6b.tar.gz
slackbuilds-eea82bf2da9955db54e76c4443258b9e268b5f6b.tar.xz
system/afdko: Switched to python3-lxml
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/afdko/afdko.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/afdko/afdko.info b/system/afdko/afdko.info
index 1120bd8c1c..0a52ca6b0c 100644
--- a/system/afdko/afdko.info
+++ b/system/afdko/afdko.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/adobe-type-tools/afdko/releases/download/3.8.3/afdk
MD5SUM="5aa7305cf8ac232fc6c01da3fb621319"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-fonttools scikit-build lxml tqdm"
+REQUIRES="python3-fonttools scikit-build python3-lxml tqdm"
MAINTAINER="Duncan Roe"
EMAIL="duncan_roe@optusnet.com.au"