guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit ef058a62f273d0faf2d5e219c70babf20c788114
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jan 25 23:48:10 2026 +0000
gnu: python-scs: Adjust native inputs.
* gnu/packages/python-science.scm (python-scs)[native-inputs]: Remove
meson-python; add python-meson-python.
Change-Id: I903af2c7c8a06cd616c39feb37ba7b42ba30bc0e
---
gnu/packages/python-science.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 8d18c695b1..e77769e3f9 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -5088,8 +5088,8 @@ arrays. It is a fork of the Aesara library.")
(this-package-native-input "pythoncapi-compat"))
"scs/pythoncapi-compat"))))))
(native-inputs
- (list meson-python
- pkg-config
+ (list pkg-config
+ python-meson-python
python-pytest
pythoncapi-compat
scs))