commit | f9739ab41dde9c56e3bc038fe0bebf65b5ac1cfa | [log] [tgz] |
---|---|---|
author | Carles Cufi <carles.cufi@nordicsemi.no> | Wed Jun 29 17:02:09 2022 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Jun 30 13:34:26 2022 +0200 |
tree | ccf1b81c15b191b5feb351bb8955bf3b8d72b49a | |
parent | cceb3e480e2eb8c82d3eb0f211e030b17294a9da [diff] |
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>