mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
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:
parent
6e87f914c4
commit
52a58d6033
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue