From 7162b6ff2b2d99099b8e85e7689eb05c1217b64c Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Tue, 17 Nov 2020 16:43:27 +0100 Subject: [PATCH] Update dependency of libzim. --- kiwixbuild/dependencies/libzim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiwixbuild/dependencies/libzim.py b/kiwixbuild/dependencies/libzim.py index 8869cd0..8640d2f 100644 --- a/kiwixbuild/dependencies/libzim.py +++ b/kiwixbuild/dependencies/libzim.py @@ -14,7 +14,7 @@ class Libzim(Dependency): class Builder(MesonBuilder): test_option = "-t 8" - dependencies = ['zlib', 'lzma', 'zstd', 'xapian-core', 'icu4c'] + dependencies = ['lzma', 'zstd', 'xapian-core', 'icu4c'] strip_option = '' @property