- Package:
- src:libpyzy
- Source:
- src:libpyzy
- Submitter:
- Helmut Grohne
- Date:
- 2025-06-20 18:35:12 UTC
- Severity:
- normal
- Tags:
libpyzy cannot be cross built from source, because it build depends on a host architecture Python interpreter. It actually wants to run Python during build rather than install a Python extension, so what it actually needs is a native Python interpreter. I'm proposing the attached patch for inclusion in forky. Helmut