asahi-uboot: fix depends

these libraries are needed for building tools within the build on the
host

closes: #53944
This commit is contained in:
classabbyamp 2025-01-12 13:13:54 -05:00
parent ca49b4f887
commit 735c622a70
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5

View File

@ -4,8 +4,8 @@ version=2024.10+1
revision=1
archs="aarch64*"
hostmakedepends="bison flex which python3 swig python3-devel
python3-setuptools python3-pyelftools bc dtc"
makedepends="openssl-devel libuuid-devel gnutls-devel ncurses-libtinfo-devel"
python3-setuptools python3-pyelftools bc dtc openssl-devel libuuid-devel
gnutls-devel"
depends="m1n1"
checkdepends="python3-pytest dtc-devel python3-filelock"
short_desc="Das U-Boot for Apple Silicon Macs"