scripts: Increased minimal pyelftools version
Increased minimal pyelftools version to 0.26 else scripts/footprint/size_report will fail to import LocationExpr from elftools.dwarf.locationlists Signed-off-by: Jan Van Winkel <jan.van_winkel@dxplore.eu>
This commit is contained in:
parent
77a56fd725
commit
716eea0b65
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
# part of the recommended workflow
|
# part of the recommended workflow
|
||||||
|
|
||||||
# used by various build scripts
|
# used by various build scripts
|
||||||
pyelftools>=0.24
|
pyelftools>=0.26
|
||||||
|
|
||||||
# used by dts generation to parse binding YAMLs, also used by
|
# used by dts generation to parse binding YAMLs, also used by
|
||||||
# sanitycheck to parse YAMLs
|
# sanitycheck to parse YAMLs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue