>From 587733c5cf73487f56f287b00572befa796ce0b5 Mon Sep 17 00:00:00 2001
From: Santiago Vila <sanvila@debian.org>
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

