diff options
| author | Sören Tempel <soeren+git@soeren-tempel.net> | 2026-01-05 23:49:23 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:23:37 +0100 |
| commit | 766ac5a30602ca2a362feef7bd55f1fa8f5644b6 (patch) | |
| tree | f39a16f6aa4552cb408ffe6f6e4a01408a8a3b52 /gnu | |
| parent | e60a997f62a330e244a033b275e4e9bd8c002b58 (diff) | |
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>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-science.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 76ce6f43fa5..b60889f3055 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") |
