Package: python3-wheel Version: 0.46.1-2 Tags: patch User: [email protected] Usertags: cross-satisfiability Control: affects -1 + src:dbus-python
About 400 packages cannot satisfy their cross Build-Depends, because they transitively depend on python3-wheel (many via python3-build). To avoid overwhelming the BTS, I am only adding an example affected package. In general, Arch:all packages can never satisfy cross Build-Depends unless marked M-A:foreign or annotated :native. Since python3-wheel is a pure Python module its only dependency (python3-packaging) already is marked M-A:foreign, the marking is also applicable to python3-wheel. Please consider applying the attached patch. Helmut
diff -Nru wheel-0.46.1/debian/changelog wheel-0.46.1/debian/changelog --- wheel-0.46.1/debian/changelog 2025-04-13 00:38:59.000000000 +0200 +++ wheel-0.46.1/debian/changelog 2026-01-06 15:03:26.000000000 +0100 @@ -1,3 +1,10 @@ +wheel (0.46.1-2.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Mark all packages Multi-Arch: foreign. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Tue, 06 Jan 2026 15:03:26 +0100 + wheel (0.46.1-2) unstable; urgency=medium * Actually upload to unstable. diff -Nru wheel-0.46.1/debian/control wheel-0.46.1/debian/control --- wheel-0.46.1/debian/control 2025-04-13 00:38:59.000000000 +0200 +++ wheel-0.46.1/debian/control 2026-01-06 15:02:57.000000000 +0100 @@ -22,6 +22,7 @@ Package: python3-wheel Architecture: all +Multi-Arch: foreign Depends: ${misc:Depends}, ${python3:Depends} Suggests: python3-setuptools Description: built-package format for Python @@ -36,7 +37,8 @@ Package: python-wheel-common Architecture: all -Depends: python3, python3-wheel, ${misc:Depends} +Multi-Arch: foreign +Depends: python3:any, python3-wheel, ${misc:Depends} Description: built-package format for Python (command-line scripts) A wheel is a ZIP-format archive with a specially formatted filename and the `.whl` extension. It is designed to contain all the files for a PEP 376

