Control: tags -1 + moreinfo On Tue, Aug 06, 2024 at 09:53:19AM +0300, Michael Tokarev wrote: > Please mark python3-markdown package with Multi-Arch: foreign. This is a pure > python code in a arch-all package, so it should be perfectly okay for this > package to be used from a foreign architectures.
Please don't. Wrong annotations on Python modules are delicate, so we should work our way up from the dependencies: Depends: python3-importlib-metadata -> not marked Multi-Arch: foreign | python3-supported-min (>= 3.10), -> virtual, cannot be marked Multi-Arch: foreign, but that's likely ok as the only purpose of this is to avoid the dependency on python3-importlib-metadata python3:any -> annotated :any, OK So please come back once python3-importlib-metadata has been verified to be suitable for M-A:foreign and don't mark python3-markdown any earlier. Helmut