From a7a0ec57464228c30e530364903d7d9a9493b1a1 Mon Sep 17 00:00:00 2001 From: Max Gilmour Date: Mon, 22 Jun 2026 15:42:50 -0700 Subject: [PATCH] d/control: Add python3-pint runtime dependency This is necessitated by the unconditional import of src/dcmstack/snd.py, which imports the pint module. Without this change, dcmstack is unusable. --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 24caa3e..cacc3e6 100644 --- a/debian/control +++ b/debian/control @@ -30,6 +30,7 @@ Depends: python3-dicom, python3-nibabel, python3-numpy, + python3-pint, ${misc:Depends}, ${python3:Depends}, ${sphinxdoc:Depends}, -- 2.53.0