This is an automated email from the git hooks/post-receive script.
dannym pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 891d6dc23f gnu: python-ukkonen: Fix build.
891d6dc23f is described below
commit 891d6dc23f209e012df6210c03cbf5f0bd031edd
Author: Danny Milosavljevic <[email protected]>
AuthorDate: Sat Dec 14 14:00:24 2024 +0100
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 1a54a76485..f0a3986f63 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)")