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:
parent
a7c9e1d1e0
commit
e7e8fcb2e3
1 changed files with 11 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue