On 20/10/2025 18:39, Dominique Belhachemi wrote:
Can you take a look at the autopkgtests regressions? [1]. camitk probably needs
to be removed from testing, but I don't know about the rest.
Please remove them from testing.
Also, python3-vtk-dicom was rebuilt, but the test framework is still
using the older version
python3-vtk-dicom (0.8.17-1+b1) instead of
python3-vtk-dicom (0.8.17-1+b2).
Does python3-vtk-dicom (and maybe other python3-vtk9 rdeps) need a stricter
dependency? From its autopkgtest log:
48s Testing with python3.13:
48s Traceback (most recent call last):
48s File "<string>", line 1, in <module>
48s import vtkdicom; print(vtkdicom)
48s ^^^^^^^^^^^^^^^
48s File "/usr/lib/python3/dist-packages/vtkdicom/__init__.py", line 2, in
<module>
48s from .vtkDICOM import *
48s ImportError: Initialization failed for vtkDICOM, not compatible with
vtkmodules.vtkCommonCore
If the vtk python module is changing some kind of ABI, then there should be
appropriate dependencies on the rdeps so they enforce a compatible version. See
for example python3-numpy with python3-numpy.*-abi.*
Cheers,
Emilio