guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit bf5d728977eef896ba49d8eb51ccfdf1264f72f7
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jan 25 23:48:10 2026 +0000

    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
---
 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 9998b42ba2..108adc3804 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -3937,8 +3937,7 @@ tissue-specificity metrics for gene expression.")
     (inputs
      (list xclip xsel))
     (native-inputs
-     (list meson
-           meson-python
+     (list python-meson-python
            python-lxml
            python-pytest
            python-pytest-asyncio

Reply via email to