zephyr/scripts/requirements-compliance.txt
Carles Cufi 1951071f14 requirements: Add lxml as a requirement
junitparser has a bug that prevents it from working correctly when lxml
is not installed.

See this GH issue for more information:
https://github.com/weiwei/junitparser/issues/99

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2022-11-13 06:25:59 -05:00

9 lines
162 B
Plaintext

# COMPLIANCE: required by the compliance scripts
# used by ci/check_compliance
python-magic
python-magic-bin; sys_platform == "win32"
lxml
junitparser>=2
pylint