tags 1122323 patch noowner 1122323 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 f7b002d1c3588ebd6f165cc4c71a743ddba6f21a Author: Santiago Vila <[email protected]> Date: Wed Dec 10 18:49:00 2025 +0100 d/control: Drop <!nocheck> from python3-ipykernel. Closes: #1122323. diff --git a/debian/control b/debian/control index 8e776c3..fe77a71 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Build-Depends: python3-click <!nocheck>, python3-colors <!nocheck>, python3-dateutil <!nocheck>, - python3-ipykernel <!nocheck>, + python3-ipykernel, python3-moto <!nocheck>, python3-nbclient <!nocheck>, python3-nbformat <!nocheck>,

