Package Details: python-aiot-bootrom-git 1.1.4-1

Git Clone URL: https://aur.archlinux.org/python-aiot-bootrom-git.git (read-only, click to copy)
Package Base: python-aiot-bootrom-git
Description: AIoT tool to bootstrap the flashing on MediaTek AIoT SoCs
Upstream URL: https://gitlab.com/mediatek/aiot/bsp/aiot-bootrom
Licenses: MIT
Conflicts: python-aiot-bootrom
Provides: python-aiot-bootrom
Submitter: Excalibur
Maintainer: Excalibur
Last Packager: Excalibur
Votes: 0
Popularity: 0.000000
First Submitted: 2023-10-27 03:33 (UTC)
Last Updated: 2023-10-27 03:41 (UTC)

Dependencies (2)

Required by (1)

Sources (1)

Latest Comments

taotieren commented on 2024-11-13 10:07 (UTC)

Testing with devtools revealed that the following changes were required

depends=(
    'glibc' 
    'systemd-libs'
    'python'
)
makedepends=(
    'git'
    'python-setuptools')
options=('!debug')