Source: libpyzy Version: 1.0.1-8 Tags: patch User: debian-cr...@lists.debian.org Usertags: cross-satisfiability
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
diff --minimal -Nru libpyzy-1.0.1/debian/changelog libpyzy-1.0.1/debian/changelog --- libpyzy-1.0.1/debian/changelog 2022-03-13 18:33:27.000000000 +0100 +++ libpyzy-1.0.1/debian/changelog 2025-06-20 10:08:19.000000000 +0200 @@ -1,3 +1,10 @@ +libpyzy (1.0.1-8.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Build with a native python3. (Closes: #-1) + + -- Helmut Grohne <hel...@subdivi.de> Fri, 20 Jun 2025 10:08:19 +0200 + libpyzy (1.0.1-8) unstable; urgency=medium * Team upload. diff --minimal -Nru libpyzy-1.0.1/debian/control libpyzy-1.0.1/debian/control --- libpyzy-1.0.1/debian/control 2022-03-13 18:29:55.000000000 +0100 +++ libpyzy-1.0.1/debian/control 2025-06-20 10:08:17.000000000 +0200 @@ -10,7 +10,7 @@ debhelper-compat (= 13), libglib2.0-dev, libsqlite3-dev, - python3, + python3:native, sqlite3, uuid-dev, Standards-Version: 4.6.0