guix_mirror_bot pushed a commit to branch master
in repository guix.
commit ee5d3fb344a3b668017b6a7684569e8a1534ff4e
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 b6780a6043..ed6c48b836 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2494,9 +2494,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))