tags 1122304 patch noowner 1122304 thanks Hi. My script "check-nocheck" tells me that the attached patch would be enough to fix the bug. But maybe there is a better fix [*], so I leave it to you.
[*] For example, we might want all pythons for testing and only one for normal build. The patch would install all pythons for normal build, and maybe that's more than required. Thanks.
commit cf05b092ec4bbff869b03b4b7e4cac518dc07993 Author: Santiago Vila <[email protected]> Date: Wed Dec 10 18:21:00 2025 +0100 d/control: Drop <!nocheck> from python3-all. Closes: #1122304. diff --git a/debian/control b/debian/control index 39210bc..028b136 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Python Team <[email protected]> Uploaders: Ananthu C V <[email protected]> Build-Depends: debhelper-compat (= 13), dh-sequence-python3, - python3-all <!nocheck>, + python3-all, python3-setuptools, python3-hypothesis <!nocheck>, python3-nose2 <!nocheck>,

