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

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

    gnu: python-pixell: Adjust native inputs.
    
    * gnu/packages/astronomy.scm (python-pixell)[native-inputs]: Remove
    meson-python, pkg-config, and python-cython; add python-meson-python.
    
    Change-Id: I97bb6a1ca6f5454760ce14b923a2156a4c00412d
---
 gnu/packages/astronomy.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index d90c1b87e1..58b90db659 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -6772,11 +6772,9 @@ and the use of a modern programming language, 
techniques, and libraries
     ;; tests: 41 passed, 2 warnings
     (native-inputs
      (list gfortran
-           meson-python
            perl ; fortran/Makefile
-           pkg-config
-           python-cython
            python-h5py
+           python-meson-python
            python-pytest
            python-pyyaml))
     (propagated-inputs

Reply via email to