From 891d6dc23f209e012df6210c03cbf5f0bd031edd Mon Sep 17 00:00:00 2001 From: Danny Milosavljevic Date: Sat, 14 Dec 2024 14:00:24 +0100 Subject: [PATCH] gnu: python-ukkonen: Fix build. * gnu/packages/python-xyz.scm (python-ukkonen)[native-inputs]: Add python-setuptools, python-wheel. Change-Id: I98e049e40ffc8968ef74b981668b09603cbc010e --- gnu/packages/python-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 1a54a7648580109efc3cb3f4488aa5924bed87bf..f0a3986f632ac3cb9095030f90d73140fb7ed83d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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)")