tags 1122311 patch noowner 1122311 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.
Thanks.
commit a61ce58facfe823c4539a4758a1271f7a36ab2b5 Author: Santiago Vila <[email protected]> Date: Wed Dec 10 18:37:00 2025 +0100 d/control: Drop <!nocheck> from python3-ipython. Closes: #1122311. diff --git a/debian/control b/debian/control index 20e302e..07ea6b0 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Build-Depends: python3-setuptools <!nocheck>, python3-msgpack <!nocheck>, python3-tornado <!nocheck>, - python3-ipython <!nocheck>, + python3-ipython, python3-aiohttp <!nocheck>, Standards-Version: 3.9.6 Testsuite: autopkgtest-pkg-pybuild

