mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 02:50:45 +02: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
b2eae67473
commit
18e0047aeb
1 changed files with 5 additions and 1 deletions
|
@ -19316,7 +19316,11 @@ bgzipped text file that contains a pair of genomic coordinates per line.")
|
|||
(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…
Add table
Add a link
Reference in a new issue