From a903430180540b3ebf8afdabbadb6d2e31f70398 Mon Sep 17 00:00:00 2001 From: sisungo Date: Sat, 11 Jul 2026 05:46:14 +0800 Subject: [PATCH] feat: add xz and bz2 to atom basedep Signed-off-by: sisungo --- lib/atombuild.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/atombuild.py b/lib/atombuild.py index 88f8a99..ea74bd2 100644 --- a/lib/atombuild.py +++ b/lib/atombuild.py @@ -15,12 +15,14 @@ BASE_REQUIREMENTS = [ "packie", "patch", "zstd", + "libz-ng", + "liblzma", + "libbzip2", # Basic libraries "sqlite", "libgcc-compat", "libcxx", "semi-libc", - "libz-ng", # Networking "ca-certificates", "certutil", -- 2.55.0