diff options
author | Danny Milosavljevic <dannym@friendly-machines.com> | 2024-12-14 14:00:24 +0100 |
---|---|---|
committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2024-12-14 14:00:24 +0100 |
commit | 891d6dc23f209e012df6210c03cbf5f0bd031edd (patch) | |
tree | 645851ef8df05cda4051c87f0489826d1f45473d /gnu/packages/python-xyz.scm | |
parent | 4a314f880be5c71b59b6d72a9b238b938c348563 (diff) | |
download | guix-891d6dc23f209e012df6210c03cbf5f0bd031edd.tar.gz guix-891d6dc23f209e012df6210c03cbf5f0bd031edd.zip |
gnu: python-ukkonen: Fix build.
* gnu/packages/python-xyz.scm (python-ukkonen)[native-inputs]: Add
python-setuptools, python-wheel.
Change-Id: I98e049e40ffc8968ef74b981668b09603cbc010e
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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)") |