zephyr/scripts/requirements-run-test.txt
Lukasz Mrugala cbe5d9833b scripts: Remove wrong bz package
Package in the requirements-run-test.txt file, bz,
is not package enabling bz2 support.
It is a security concern and must be removed.

Signed-off-by: Lukasz Mrugala <lukaszx.mrugala@intel.com>
2024-09-23 09:59:56 +02:00

20 lines
331 B
Plaintext

# RUN-TEST: required to do run time tests of zephyr
#
# things used by twister or related in run time testing
# used to flash & debug various boards
pyocd>=0.35.0
# used by twister for board/hardware map
tabulate
natsort
# used by mcuboot
cbor>=1.0.0
# use for twister
psutil
# used for CAN <=> host testing
python-can>=4.3.0