Source: python-sshoot Version: 1.4.2-3 Severity: serious User: debian-pyt...@lists.debian.org Usertags: python3.12
Hi Maintainer python-sshoot'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/python-sshoot/testing/amd64/ 37s autopkgtest [01:06:51]: test command1: [----------------------- 37s 37s # Failed test 'Check return from 'sshoot' is 2' 37s # at debian/tests/sshoot.t line 9. 37s # got: '1' 37s # expected: '2' 37s 37s # Failed test 'bare command, stderr' 37s # at debian/tests/sshoot.t line 11. 37s # 'Traceback (most recent call last): 37s # File "/usr/bin/sshoot", line 33, in <module> 37s # sys.exit(load_entry_point('sshoot==1.4.2', 'console_scripts', 'sshoot')()) 37s # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 37s # File "/usr/bin/sshoot", line 25, in importlib_load_entry_point 37s # return next(matches).load() 37s # ^^^^^^^^^^^^^^^^^^^^ 37s # File "/usr/lib/python3.12/importlib/metadata/__init__.py", line 205, in load 37s # module = import_module(match.group('module')) 37s # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 37s # File "/usr/lib/python3.12/importlib/__init__.py", line 90, in import_module 37s # return _bootstrap._gcd_import(name[level:], package, level) 37s # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 37s # File "<frozen importlib._bootstrap>", line 1387, in _gcd_import 37s # File "<frozen importlib._bootstrap>", line 1360, in _find_and_load 37s # File "<frozen importlib._bootstrap>", line 1310, in _find_and_load_unlocked 37s # File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed 37s # File "<frozen importlib._bootstrap>", line 1387, in _gcd_import 37s # File "<frozen importlib._bootstrap>", line 1360, in _find_and_load 37s # File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked 37s # File "<frozen importlib._bootstrap>", line 935, in _load_unlocked 37s # File "<frozen importlib._bootstrap_external>", line 995, in exec_module 37s # File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed 37s # File "/usr/lib/python3/dist-packages/sshoot/__init__.py", line 3, in <module> 37s # from distutils.version import LooseVersion 37s # ModuleNotFoundError: No module named 'distutils'