guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 6c765674439b92b07bae19283c49e6069356f3e4
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 7f244fb0ce..aed2e997ef 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20783,11 +20783,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