guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 6b3603d2138bc20a4a029b94036a7cd9fc23df90
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jan 25 23:48:10 2026 +0000
gnu: python-siphash24: Adjust native-inputs.
* gnu/packages/python-xyz.scm (python-siphash24)[native-inputs]:
Remove meson-python and python-cython; add python-meson-python.
Change-Id: Iaa3e8061f683ee3ea3882b4970296431993b72ee
---
gnu/packages/python-xyz.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0a84f0d2d6..0dc35795a2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2465,9 +2465,8 @@ three consecutive points in a polyline or polygon
(("^license = .*")
"license = {text = \"Apache-2.0 OR
LGPL-2.1-or-later\"}\n")))))))
(native-inputs
- (list meson-python
- pkg-config
- python-cython
+ (list pkg-config
+ python-meson-python
python-pytest))
(inputs
(list c-siphash))