mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
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
1 changed files with 2 additions and 0 deletions
|
@ -562,6 +562,8 @@ (define-public python-biom-format
|
|||
("python-future" ,python-future)
|
||||
("python-click" ,python-click)
|
||||
("python-h5py" ,python-h5py)))
|
||||
(native-inputs
|
||||
`(("python-nose" ,python-nose)))
|
||||
(home-page "http://www.biom-format.org")
|
||||
(synopsis "Biological Observation Matrix (BIOM) format utilities")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue