Package: python3-webencodings Version: 0.5.1-5 Tags: patch User: [email protected] Usertags: cross-satisfiability Control: affects -1 + src:austin src:calibre src:castle-model-viewer src:chroma src:condor src:dhcpcd-ui src:fim src:ford src:guiqwt src:litestar-htmx src:lxml src:massxpert src:massxpert2 src:matrix-synapse src:mdtraj src:minexpert2 src:open3d src:opendrop src:pandas src:plotpy src:pynx src:python-cogent src:pyvkfft src:qt6-webengine src:rheolef src:sagemath src:sailcut src:sourmash src:thumbor src:xtrkcad
The affected packages cannot satisfy their cross Build-Depends, because their transitive dependency on python3-webencodings is not satisfiable. In general, Architecture: all packages can never satisfy cross Build-Depends unless marked Multi-Arch: foreign or annotated :native. Since python3-webencodings is a pure Python module with no non-stdlib dependencies, the foreign marking is reasonable. Please consider applying the attached patch. Helmut
diff -Nru python-webencodings-0.5.1/debian/changelog python-webencodings-0.5.1/debian/changelog --- python-webencodings-0.5.1/debian/changelog 2022-10-18 17:51:33.000000000 +0200 +++ python-webencodings-0.5.1/debian/changelog 2025-12-21 08:23:09.000000000 +0100 @@ -1,3 +1,10 @@ +python-webencodings (0.5.1-5.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Mark python3-webencodings Multi-Arch: foreign. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Sun, 21 Dec 2025 08:23:09 +0100 + python-webencodings (0.5.1-5) unstable; urgency=medium * Bump Standards-Version to 4.6.1, no changes needed. diff -Nru python-webencodings-0.5.1/debian/control python-webencodings-0.5.1/debian/control --- python-webencodings-0.5.1/debian/control 2022-10-18 17:51:33.000000000 +0200 +++ python-webencodings-0.5.1/debian/control 2025-12-21 08:23:07.000000000 +0100 @@ -17,6 +17,7 @@ Package: python3-webencodings Architecture: all +Multi-Arch: foreign Depends: ${misc:Depends}, ${python3:Depends} Description: Python implementation of the WHATWG Encoding standard In order to be compatible with legacy web content when interpreting something

