#1124828 xnnpack FTCBFS: python3 build dependency not installable

#1124828#5
Date:
2026-01-07 05:52:25 UTC
From:
To:
xnnpack cannot be cross built from source, because its python3
dependency on a host architecture interpreter cannot be installed. It
really wants to run Python for its scripts and tools during build.
Therefore, it should be requesting a build architecture interpreter by
annotating it :native. I'm attaching a patch for your convenience. Once
applying it, xnnpack cross builds successfully.

Helmut