On Wed, Dec 03, 2025 at 09:05:24AM -0100, Graham Inggs wrote:
This package build-depends on python3-all-dev, but does not build
extensions/libraries for all supported python3 versions.
setup.py silently falls back to not building the extension if mypy isn't
currently working on the relevant Python version:
try:
from mypyc.build import mypycify
except ImportError:
mypycify = None # type: ignore[assignment]
It works fine if rebuilt in current unstable, though, so it must just
have been a brief problem during the rebuild of dependency level 1.
I'll add an explicit check to debian/rules to make sure that this import
works for each supported Python version.
--
Colin Watson (he/him) [[email protected]]