noowner 1122321 tags 1122321 patch thanks Hi. My script "check-nocheck" tells me that this patch (in "git am" format) would be enough to fix the problem (but maybe there are other ways which I don't know, not involving debian/control).
Thanks.
>From 587733c5cf73487f56f287b00572befa796ce0b5 Mon Sep 17 00:00:00 2001 From: Santiago Vila <[email protected]> Date: Wed, 10 Dec 2025 15:10:00 +0100 Subject: [PATCH] d/control: Drop <!nocheck> from python3-scipy. Closes: #1122321. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 3636cf43..d44e675d 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Build-Depends: debhelper-compat (= 13), python3-ase (>= 3.25.0) <!nocheck>, python3-numpy-dev, python3-pytest <!nocheck>, - python3-scipy <!nocheck>, + python3-scipy, python3-setuptools Standards-Version: 4.7.2 Rules-Requires-Root: no -- 2.47.3

