guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 365db6854377654cd4e27faa5b7df02a19f9d8b9
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 b7c2a550ea..8d18c695b1 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -2967,8 +2967,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))