zephyr/scripts/requirements-base.txt
Mirko Covizzi 5b3a48c063 scripts: requirements-base: pin patool to >=2.0.0
This resolves an issue on MacOS where
`west sdk install` would fail when extracting
a `.tar.xz` package due to the command line
options selected by patool.

Signed-off-by: Mirko Covizzi <mrkcvzz@gmail.com>
2025-07-03 11:54:10 -05:00

42 lines
847 B
Plaintext

# BASE: required to build or create images with zephyr
#
# While technically west isn't required it's considered in base since it's
# part of the recommended workflow
# used by various build scripts
pyelftools>=0.29
# used by dts generation to parse binding YAMLs, also used by
# twister to parse YAMLs, by west, zephyr_module,...
PyYAML>=6.0
# YAML validation. Used by zephyr_module.
pykwalify
# used by west_commands
canopen
packaging
progress
patool>=2.0.0
psutil>=5.6.6
pylink-square
pyserial
requests>=2.32.0
semver
tqdm>=4.67.1
reuse
# for ram/rom reports
anytree
# intelhex used by mergehex.py
intelhex
# it's west
# Keep the version identical to the minimum required in cmake/modules/west.cmake
west>=0.14.0
# used for windows based 'menuconfig'
# "win32" is used for 64-bit Windows as well
windows-curses; sys_platform == "win32"