u-boot-rock64: add py3-setuptools to makedepends

Fix for:
  ModuleNotFoundError: No module named 'distutils'

Signed-off-by: Oliver Smith <ollieparanoid@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8685>
This commit is contained in:
Oliver Smith 2026-05-31 13:29:48 +02:00 committed by The Friendly Meow (merge) Bot
parent a7c9e1d1e0
commit e7e8fcb2e3
No known key found for this signature in database

View file

@ -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