#1123688 python-psutil FTCBFS: build-depends on the host architecture Python interpreter

#1123688#5
Date:
2025-12-19 21:43:27 UTC
From:
To:
python-psutil cannot be cross built from source, because it
Build-Depends on the host architecture Python interpreter development
package. The host Python fails postinst as it attempts byte compilation.
What it really wanted was a build architecture interpreter and a host
architecture development environment. This is usually expressed as
libpython3-all-dev and python3-all-dev:native. Once fixing this, it also
runs into #1121810. I'm attaching a patch for your convenience. Please
consider applying it.

Helmut