1
Fork 0
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:
Ricardo Wurmus 2025-01-12 21:49:32 +01:00
parent b2eae67473
commit 18e0047aeb
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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