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:42 +0100
commit2b911b764b410fb54d1f43ae1c6a3fc830a6ab2c (patch)
treedc7cf9000567414a4b67481e7a88acac0164a086 /gnu/packages/python-science.scm
parent615c0f396237e5404d0c428b865eac20a36454b4 (diff)
gnu: python-pandas: Adjust native inputs.
* gnu/packages/python-science.scm (python-pandas)[native-inputs]: Remove meson and meson-python; add python-meson-python. Change-Id: I5f947f9a81e6931261ad16a3648fc1350d50c7f9
Diffstat (limited to 'gnu/packages/python-science.scm')
-rw-r--r--gnu/packages/python-science.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index b0de8534ac0..d59d0f9bbf2 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -3972,8 +3972,7 @@ tissue-specificity metrics for gene expression.")
3972 (inputs 3972 (inputs
3973 (list xclip xsel)) 3973 (list xclip xsel))
3974 (native-inputs 3974 (native-inputs
3975 (list meson 3975 (list python-meson-python
3976 meson-python
3977 python-lxml 3976 python-lxml
3978 python-pytest 3977 python-pytest
3979 python-pytest-asyncio 3978 python-pytest-asyncio