gnu: python-biom-format: Fix tests.
* gnu/packages/bioinformatics.scm (python-biom-format, python2-biom-format)[native-inputs]: Add python-nose.
This commit is contained in:
parent
30e0229a17
commit
da5ebd1007
|
@ -562,6 +562,8 @@ Python.")
|
||||||
("python-future" ,python-future)
|
("python-future" ,python-future)
|
||||||
("python-click" ,python-click)
|
("python-click" ,python-click)
|
||||||
("python-h5py" ,python-h5py)))
|
("python-h5py" ,python-h5py)))
|
||||||
|
(native-inputs
|
||||||
|
`(("python-nose" ,python-nose)))
|
||||||
(home-page "http://www.biom-format.org")
|
(home-page "http://www.biom-format.org")
|
||||||
(synopsis "Biological Observation Matrix (BIOM) format utilities")
|
(synopsis "Biological Observation Matrix (BIOM) format utilities")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue