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

commit be8f17e09f1413f0d57fc69f43aa5d2678317029
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 b1a9f0a9c1..dc139ff0d4 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -7155,11 +7155,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