zephyr/scripts/requirements-compliance.txt
Carles Cufi f9739ab41d python: Fix the requirement for libmagic to be installed
The Python python-magic module that we install for compliance checks
requires libmagic to be installed on the system to work. This requires
extra OS packages on Ubuntu and macOS, and an extra wheel on Windows.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2022-06-30 13:34:26 +02:00

8 lines
156 B
Plaintext

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