uboot: add pyelftools to nativeBuildInputs as it is now required for boards that us binman

This commit is contained in:
Nick Cao 2023-04-30 13:14:59 +08:00
parent 7c9da3ef2f
commit 485141130e
No known key found for this signature in database

View file

@ -65,6 +65,7 @@ let
(buildPackages.python3.withPackages (p: [
p.libfdt
p.setuptools # for pkg_resources
p.pyelftools
]))
swig
which # for scripts/dtc-version.sh