guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 15a98410686604a4e238daa305b8b72b30547f25
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 faa152899a..155c66e53b 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