guix_mirror_bot pushed a commit to branch next-master
in repository guix.

commit 35ec94ad585b68c8e33200f7138bcaac22c431f2
Author: Sören Tempel <[email protected]>
AuthorDate: Mon Jan 5 23:49:23 2026 +0100

    gnu: python-pynetdicom: Don't propagate python-numpydoc.
    
    * gnu/packages/python-science.scm (python-pynetdicom)
    [propagated-inputs]: Remove python-numpydoc.
    [native-inputs]: Add python-numpydoc.
    
    Change-Id: Ib0bc20a289972af1d346f38213413c6930218ef0
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-science.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 76ce6f43fa..b60889f305 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -2570,10 +2570,10 @@ search in Python.")
                     " and not test_pr_level_patient"
                     " and not test_pr_level_series"
                     " and not test_scp_cancelled"))))
-    (native-inputs (list python-poetry-core
+    (native-inputs (list python-numpydoc
+                         python-poetry-core
                          python-pytest))
-    (propagated-inputs (list python-numpydoc
-                             python-pydicom
+    (propagated-inputs (list python-pydicom
                              python-pyfakefs
                              python-sqlalchemy))
     (home-page "https://github.com/pydicom/pynetdicom";)

Reply via email to