summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexei Colin2023-09-10 19:22:28 -0400
committerAlexei Colin2023-09-10 19:22:28 -0400
commitec13490c802c6930f357e63f8da135917c3cc406 (patch)
tree3a08f422293d508191b0fc8689eccce19e3934bc /PKGBUILD
parent551ba38784e2e8594c906dc8d174eead2c6c0f45 (diff)
downloadaur-ec13490c802c6930f357e63f8da135917c3cc406.tar.gz
dep: added python-pyelftools
Needed for hello world qemu sample. Thanks to tahayassen for the report.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7b765c45d8c2..62461c32ebe6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,8 @@ url="https://www.zephyrproject.org/"
license=('Apache')
depends=('cmake' 'ninja' 'gperf' 'ccache' 'dfu-util' 'dtc'
- 'python-pip' 'python-setuptools' 'python-wheel' 'tk' 'xz')
+ 'python-pip' 'python-pyelftools' 'python-setuptools' 'python-wheel'
+ 'tk' 'xz')
optdepends=('pyocd: programming and debugging ARM MCUs'
'python-west: Zephyr RTOS Project meta-tool')
makedepends=('patchelf' 'wget')