gnu: python-pyrodigal: Add missing input.

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

Change-Id: Ide41099084a50748f32a9ba11cbbe9dd4514094f
This commit is contained in:
Ricardo Wurmus 2025-01-12 21:49:32 +01:00
parent 6e87f914c4
commit 52a58d6033
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -19289,7 +19289,11 @@ (define-public python-pyrodigal
(with-directory-excursion (string-append cwd "/build/" libdir)
(invoke "python3" "-m" "unittest" "pyrodigal.tests" "-vv")))))))))
(propagated-inputs (list python-archspec python-importlib-resources))
(native-inputs (list python-cython-3 python-mock python-unittest2))
(native-inputs
(list python-cython-3
python-mock
python-unittest2
python-wheel))
(home-page "https://github.com/althonos/pyrodigal")
(synopsis "Cython bindings and Python interface for Prodigal")
(description