mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
4a314f880b
commit
891d6dc23f
1 changed files with 1 additions and 1 deletions
|
@ -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)")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue