zephyr/scripts/requirements-run-test.txt
Enjia Mai a38f533278 soc: xtensa: tools: remove dependency of netifaces package
Because we use INADDR_ANY by default now, specifying a net interface
is no longer needed. Remove it and remove the dependency of the
netifaces python package.

Fixes. #48584

Signed-off-by: Enjia Mai <enjia.mai@intel.com>
2022-08-16 22:51:53 -07:00

19 lines
325 B
Plaintext

# RUN-TEST: required to do run time tests of zephyr
#
# things used by twister or related in run time testing
# used to connect to boards for console IO
pyserial
# used to flash & debug various boards
pyocd>=0.29.0
# used by twister for board/hardware map
tabulate
# used by mcuboot
cbor>=1.0.0
# use for twister
psutil