1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-14 00:50:35 +02: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:
Marius Bakke
2016-12-14 19:18:26 +01:00
parent 30e0229a17
commit da5ebd1007

View File

@@ -562,6 +562,8 @@ Python.")
("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