guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 6230b8e5f0096e2dede39d356cc47bfc5dd491c5
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jan 25 23:48:09 2026 +0000
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
---
gnu/packages/python-science.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 038807c61f..569590a2c8 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))