summaryrefslogtreecommitdiff
path: root/gnu/packages/python-science.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-01-25 23:48:10 +0000
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:43 +0100
commit5a200d8651e3c61a5d3a4d71243957b91a6da6a3 (patch)
tree6de3632da04c722e5773a3b32eebe4cab2d5713f /gnu/packages/python-science.scm
parent74325f30c2e1540fb0df3431321929ba3a060a56 (diff)
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
Diffstat (limited to 'gnu/packages/python-science.scm')
-rw-r--r--gnu/packages/python-science.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 569590a2c88..a13cdb0ea58 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -5123,8 +5123,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))