From e7e8fcb2e31c013d3afdfc4d0b744845ea4bae42 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sun, 31 May 2026 13:29:48 +0200 Subject: [PATCH] u-boot-rock64: add py3-setuptools to makedepends Fix for: ModuleNotFoundError: No module named 'distutils' Signed-off-by: Oliver Smith Part-of: --- device/testing/u-boot-rock64/APKBUILD | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/device/testing/u-boot-rock64/APKBUILD b/device/testing/u-boot-rock64/APKBUILD index f727b2284..b4c7028b7 100644 --- a/device/testing/u-boot-rock64/APKBUILD +++ b/device/testing/u-boot-rock64/APKBUILD @@ -8,7 +8,17 @@ url="https://gitlab.com/u-boot/u-boot" arch="aarch64" license="GPL-2.0-or-later OFL-1.1 BSD-2-Clause BSD-3-Clause eCos-2.0 IBM-pibs ISC LGPL-2.0-only LGPL-2.1-only X11" -makedepends="$depends_dev bc dtc python3-dev swig bison flex openssl-dev arm-trusted-firmware" +makedepends=" + bc + dtc + python3-dev + py3-setuptools + swig + bison + flex + openssl-dev + arm-trusted-firmware +" options="!check" source=" ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver//_/-}.tar.bz2