Hi Colin On Wed, 3 Dec 2025 at 10:42, Colin Watson <[email protected]> wrote: > setup.py silently falls back to not building the extension if mypy isn't > currently working on the relevant Python version:
Well, python-charset-normalizer is in dependency level 1, but mypy is only in dependency level 5. Maybe the solution is for python-charset-normalizer to have an explicit build-dependency on something mypy such that it appears on a higher dependency level than mypy. Hmm, in debian/control I see: python3-mypy:native I think ben is confused by :native here. Regards Graham

