~ruther/guix-local

891d6dc23f209e012df6210c03cbf5f0bd031edd — Danny Milosavljevic 1 year, 6 months ago 4a314f8
gnu: python-ukkonen: Fix build.

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

Change-Id: I98e049e40ffc8968ef74b981668b09603cbc010e
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +1 -1
@@ 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)")