Source: pythran Version: 0.14.0+ds-4 Severity: serious User: debian-pyt...@lists.debian.org Usertags: python3.12
Hi Maintainer pythran's autopkgtests fail with Python 3.12 [1]. I've copied what I hope is the relevant part of the log below. Regards Graham [1] https://ci.debian.net/packages/p/pythran/testing/amd64/ 51s ==================================== ERRORS ==================================== 51s ________________________ ERROR collecting test_base.py _________________________ 51s ImportError while importing test module '/tmp/autopkgtest-lxc.xw1rtk3i/downtmp/autopkgtest_tmp/pythran_tests/test_base.py'. 51s Hint: make sure your test modules/packages have valid Python names. 51s Traceback: 51s /usr/lib/python3/dist-packages/pythran/dist.py:17: in <module> 51s from distutils.command.build_ext import build_ext as LegacyBuildExt 51s E ModuleNotFoundError: No module named 'distutils' 51s 51s During handling of the above exception, another exception occurred: 51s /usr/lib/python3.12/importlib/__init__.py:90: in import_module 51s return _bootstrap._gcd_import(name[level:], package, level) 51s __init__.py:29: in <module> 51s from pythran import compile_pythrancode, spec_parser, load_specfile, frontend 51s /usr/lib/python3/dist-packages/pythran/__init__.py:127: in __getattr__ 51s import pythran.toolchain 51s /usr/lib/python3/dist-packages/pythran/toolchain.py:11: in <module> 51s from pythran.dist import PythranExtension, PythranBuildExt 51s /usr/lib/python3/dist-packages/pythran/dist.py:19: in <module> 51s from setuptools.command.build_ext import build_ext as LegacyBuildExt 51s E ModuleNotFoundError: No module named 'setuptools'