Package: src:setuptools-scm
Version: 8.0.4-1
Severity: serious
Tags: sid trixie
User: debian-pyt...@lists.debian.org
Usertags: python3.12

$ apt show python3-setuptools-scm|grep Depends
Depends: python3-distutils, python3-pkg-resources, python3-packaging, python3-tomli | python3-supported-min (>= 3.11), python3-typing-extensions, python3:any

I assume that needs python3-setuptools as a dependency now, python3-distutils doesn't exist anymore for python3.12.

from
https://ci.debian.net/data/autopkgtest/testing/amd64/s/setuptools-scm/41418646/log.gz

[...]
70s autopkgtest [13:24:48]: test autodep8-python3: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import setuptools_scm; print(setuptools_scm)" ; done 70s autopkgtest [13:24:48]: test autodep8-python3: [-----------------------
 70s Testing with python3.11:
 70s Traceback (most recent call last):
 70s   File "<string>", line 1, in <module>
70s File "/usr/lib/python3/dist-packages/setuptools_scm/__init__.py", line 7, in <module>
 70s     from ._config import Configuration
70s File "/usr/lib/python3/dist-packages/setuptools_scm/_config.py", line 15, in <module>
 70s     from ._integration.pyproject_reading import (
70s File "/usr/lib/python3/dist-packages/setuptools_scm/_integration/pyproject_reading.py", line 8, in <module>
 70s     from .setuptools import read_dist_name_from_setup_cfg
70s File "/usr/lib/python3/dist-packages/setuptools_scm/_integration/setuptools.py", line 9, in <module>
 70s     import setuptools
 70s ModuleNotFoundError: No module named 'setuptools'
71s autopkgtest [13:24:49]: test autodep8-python3: -----------------------]

Reply via email to