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

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

    gnu: python-cysignals: Adjust native inputs.
    
    * gnu/packages/python-xyz.scm (python-cysignals)[native-inputs]:
    Remove meson-python, pkg-config, and python-sphinx; add
    python-meson-python.
    
    Change-Id: I63d7da3556da8c4c33176956e2261df646ea902d
---
 gnu/packages/python-xyz.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ad94eb11d7..19de431dcd 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20821,11 +20821,9 @@ codebase to support both Python 2 and Python 3 with 
minimal overhead.")
        (sha256
         (base32 "1syixz6xlmy1pjcr03ij7hcvaklgjy4mmwggssrmmnr9pxnn5xw9"))))
     (build-system pyproject-build-system)
-    (native-inputs (list meson-python
-                         pkg-config
+    (native-inputs (list python-meson-python
                          python-cython
-                         python-pytest
-                         python-sphinx))
+                         python-pytest))
     (home-page "https://github.com/sagemath/cysignals";)
     (synopsis "Handling of interrupts and signals for Cython")
     (description

Reply via email to