gnu: python-ukkonen: Fix build.

* gnu/packages/python-xyz.scm (python-ukkonen)[native-inputs]: Add
python-setuptools, python-wheel.

Change-Id: I98e049e40ffc8968ef74b981668b09603cbc010e
This commit is contained in:
Danny Milosavljevic 2024-12-14 14:00:24 +01:00
parent 4a314f880b
commit 891d6dc23f
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -28662,7 +28662,7 @@ library to allow local file system access via @code{file://} URLs.")
(sha256
(base32 "17gspl2dsykg000275svvyam4k7wz9ypi9xrfrmsgcgryczravlc"))))
(build-system pyproject-build-system)
(native-inputs (list python-pytest))
(native-inputs (list python-pytest python-setuptools python-wheel))
(propagated-inputs (list python-cffi))
(home-page "https://github.com/asottile/ukkonen")
(synopsis "Implementation of bounded Levenshtein distance (Ukkonen)")