tags 1116843 patch thanks Hi. I think this should fix the problem, but please double-check. Thanks.
commit 926f0c949ab815354bdae455a8f99dc2f6e288e8 (HEAD -> wip-20251015) Author: Santiago Vila <[email protected]> Date: Wed Oct 15 16:20:00 2025 +0200 d/control: Drop <!nocheck> from python3-pytools. Closes: #1116843. diff --git a/debian/control b/debian/control index b5b11dc..e74dbaa 100644 --- a/debian/control +++ b/debian/control @@ -15,12 +15,12 @@ Build-Depends: pybuild-plugin-pyproject, python3-all-dev, python3-nanobind, + python3-pytools (>= 2024.1.5), python3-scikit-build-core, # only for running the tests pocl-opencl-icd [amd64 arm64 armel armhf i386 hurd-i386] <!nocheck> | mesa-opencl-icd <!nocheck>, python3-mako <!nocheck>, python3-pytest (>= 7) <!nocheck>, - python3-pytools (>= 2024.1.5) <!nocheck>, Build-Depends-Indep: dh-sequence-sphinxdoc <!nodoc>, python-mako-doc <!nodoc>,

