Package: libsolv
Version: 0.7.27-1
Severity: important
Tags: sid trixie
User: [email protected]
Usertags: python3.12
libsolv build-depends on:
python3-all,
python3-all-dev,
libpython3-dev,
However it only builds for the default python3 version, not every
supported python3 version. Now it doesn't build for 3.12 as an extra
version. The build-depends can be simplified to:
python3-dev,
or you change your packaging to build for all supported Python3 versions.
Also please check that the package builds with Python 3.12.