~ruther/guix-local

f62c07f8f380128e77d6a611f1742c238b9410a3 — Danny Milosavljevic 1 year, 6 months ago 70dc4f3
gnu: python-pyahocorasick: Fix build.

* gnu/packages/bioinformatics.scm (python-pyahocorasick)[native-inputs]: Add
python-setuptools.

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

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +2 -1
@@ 7310,7 7310,8 @@ average nucleotide identity.")
       (sha256
        (base32 "1fsnivwcw56q7lwz41c5kbfvxv0v17mmkx43i2a293l49fxj08j8"))))
    (build-system pyproject-build-system)
    (native-inputs (list python-pytest python-twine python-wheel))
    (native-inputs (list python-pytest python-twine python-setuptools
                         python-wheel))
    (home-page "https://github.com/WojciechMula/pyahocorasick")
    (synopsis "Library for finding multiple key strings in text")
    (description