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:
Jan Van Winkel 2020-07-22 21:43:41 +02:00 committed by Anas Nashif
commit 716eea0b65

View file

@ -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