mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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)
|
(with-directory-excursion (string-append cwd "/build/" libdir)
|
||||||
(invoke "python3" "-m" "unittest" "pyrodigal.tests" "-vv")))))))))
|
(invoke "python3" "-m" "unittest" "pyrodigal.tests" "-vv")))))))))
|
||||||
(propagated-inputs (list python-archspec python-importlib-resources))
|
(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")
|
(home-page "https://github.com/althonos/pyrodigal")
|
||||||
(synopsis "Cython bindings and Python interface for Prodigal")
|
(synopsis "Cython bindings and Python interface for Prodigal")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue