Package: python3-texttable Version: 1.6.3-1 Tags: patch User: debian-cr...@lists.debian.org Usertags: cross-satisfiability Control: affects -1 + src:calibre src:py7zr src:python-igraph
The affected packages cannot satisfy their cross Build-Depends, because their transitive dependency on python3-texttable is not satisfiable. In general, Architecture: all packages can never satisfy cross Build-Depends unless marked Multi-Arch: foreign or annotated :native. In this case, the foreign marking is reasonable, because python3-texttable is a pure Python module whose maintainer scripts perform byte compilation with an :any-annotated Python interpreter. Please consider applying the attached patch. Helmut
diff --minimal -Nru texttable-1.6.3/debian/changelog texttable-1.6.3/debian/changelog --- texttable-1.6.3/debian/changelog 2020-10-17 03:03:26.000000000 +0200 +++ texttable-1.6.3/debian/changelog 2021-02-27 11:23:35.000000000 +0100 @@ -1,3 +1,10 @@ +texttable (1.6.3-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Mark python3-texttable Multi-Arch: foreign. (Closes: #-1) + + -- Helmut Grohne <hel...@subdivi.de> Sat, 27 Feb 2021 11:23:35 +0100 + texttable (1.6.3-1) unstable; urgency=medium [ Debian Janitor ] diff --minimal -Nru texttable-1.6.3/debian/control texttable-1.6.3/debian/control --- texttable-1.6.3/debian/control 2020-10-17 03:03:20.000000000 +0200 +++ texttable-1.6.3/debian/control 2021-02-27 11:23:33.000000000 +0100 @@ -18,6 +18,7 @@ Package: python3-texttable Architecture: all +Multi-Arch: foreign Depends: ${misc:Depends}, ${python3:Depends} Description: Module for creating simple ASCII tables — python3 texttable is a module to generate a formatted text table, using ASCII