1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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
This commit is contained in:
Sharlatan Hellseher
2026-01-25 23:48:10 +00:00
committed by Andreas Enge
parent 5a200d8651
commit ee5d3fb344

View File

@@ -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))