From 3a1c19fd6b20e8ddc589519b192a65cc4270e22c Mon Sep 17 00:00:00 2001 From: Christian Marangi Date: Sun, 9 Feb 2025 18:40:56 +0100 Subject: [PATCH] apk: disable python module APK recently introduced python binding support. Disable this sub module as we don't ship python in normal build to reduce space. Link: https://github.com/openwrt/openwrt/pull/17925 Signed-off-by: Christian Marangi --- package/system/apk/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/package/system/apk/Makefile b/package/system/apk/Makefile index c57edb9a87..b1b1fd3a40 100644 --- a/package/system/apk/Makefile +++ b/package/system/apk/Makefile @@ -61,6 +61,7 @@ MESON_COMMON_ARGS = \ -Ddefault_library=static \ -Durl_backend=wget \ -Dzstd=false \ + -Dpython=disabled \ -Dtests=disabled MESON_HOST_ARGS += \ -- 2.30.2