diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-25 23:48:09 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:43 +0100 |
| commit | 8920d05cd1d678e6d3c87db4288955331d70dae6 (patch) | |
| tree | ee56ff7ef30996b21095d7f128651fbb38df0576 /gnu/packages | |
| parent | 6f7f9d6c68249d9b9f9d83d4ebcf0cae2e71fa74 (diff) | |
gnu: python-scikit-image: Adjust native inputs.
* gnu/packages/python-science.scm (python-scikit-image):
[native-inputs]: Remove meson-python and python-cython; add
python-meson-python.
Change-Id: Ic273fd889d108ed896d753702a5ef977ade3a5f9
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/python-science.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 038807c61f5..569590a2c88 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -3002,8 +3002,7 @@ logic, also known as grey logic.") ;; python-scikit-learn #;python-simpleitk)) (native-inputs - (list meson-python - python-cython + (list python-meson-python python-pytest python-pytest-localserver python-pythran)) |
