mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +02:00
gnu: python-deeptools: Add missing inputs.
* gnu/packages/bioinformatics.scm (python-deeptools)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I36e563e9fbdaf9c34b9ca8437c3559e04b3f58a6
This commit is contained in:
parent
ca0262ad5e
commit
2743faebb2
1 changed files with 1 additions and 1 deletions
|
@ -5581,7 +5581,7 @@ interval trees with associated meta-data. It is primarily used by the
|
|||
(("version='plotCoverage")
|
||||
"version='%(prog)s")))))))
|
||||
(native-inputs
|
||||
(list python-mock python-pytest))
|
||||
(list python-mock python-pytest python-setuptools python-wheel))
|
||||
(propagated-inputs
|
||||
(list python-matplotlib
|
||||
python-numpy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue