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 <ansuelsmth@gmail.com>
This commit is contained in:
Christian Marangi 2025-02-09 18:40:56 +01:00
parent 83d2d21904
commit 3a1c19fd6b
No known key found for this signature in database
GPG Key ID: AC001D09ADBFEAD7

View File

@ -61,6 +61,7 @@ MESON_COMMON_ARGS = \
-Ddefault_library=static \
-Durl_backend=wget \
-Dzstd=false \
-Dpython=disabled \
-Dtests=disabled
MESON_HOST_ARGS += \