~ruther/guix-local

766ac5a30602ca2a362feef7bd55f1fa8f5644b6 — Sören Tempel a month ago e60a997
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 <sharlatanus@gmail.com>
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/python-science.scm
M gnu/packages/python-science.scm => gnu/packages/python-science.scm +3 -3
@@ 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")