Package: dh-python Version: 4.20191017 Severity: serious Tags: sid bullseye User: debian-pyt...@lists.debian.org Usertags: python3.8
pybuild reads: if arch_data['DEB_BUILD_ARCH'] != arch_data['DEB_HOST_ARCH']: # support cross compiling Python 3.X extensions, see #892931 env.setdefault('_PYTHON_SYSCONFIGDATA_NAME', ('_sysconfigdata_m_{DEB_HOST_ARCH_OS}' '_{DEB_HOST_MULTIARCH}').format(**arch_data)) The m modifier is hardcoded, but should be dropped for all Python versions >= 3.8.