Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python3: Fix platform triplet detection
Currently, platform is based upon build_os detection which works ok for native builds and where build_os and host_os are same i.e. glibc based systems, but it fails for musl based systems to load correct modules which are shared libraries e.g. python3-pydantic-core This is already fixed upstream in 3.13+ but we need this backported at minimum to get 3.12 or 3.11 working with musl see https://gitlab.alpinelinux.org/alpine/aports/-/issues/13227 meta-homeassistant/meta-homeassistant#89 pypa/auditwheel#349 PyO3/maturin#1559 Signed-off-by: Khem Raj <raj.khem@gmail.com>
- Loading branch information