diff options
author | Marius Bakke <mbakke@fastmail.com> | 2016-12-16 04:27:35 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2016-12-16 04:27:35 +0100 |
commit | aaffb9c97b8daae7dd81547e8b808ac73fd65f4f (patch) | |
tree | 4daa5aa28182ffa5c9596d06d238765ee28cfc8a | |
parent | d281be18bca2437ff27f8c045c5dd5a3e5b77e57 (diff) | |
download | patches-aaffb9c97b8daae7dd81547e8b808ac73fd65f4f.tar patches-aaffb9c97b8daae7dd81547e8b808ac73fd65f4f.tar.gz |
gnu: deeptools: Fix test dependency.
* gnu/packages/bioinformatics.scm (deeptools)[native-inputs]: Add python-nose.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 3a7bffba79..e160015b1f 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -2002,6 +2002,7 @@ trees (phylogenies) and characters.") ("python-pybigwig" ,python2-pybigwig))) (native-inputs `(("python-mock" ,python2-mock) ;for tests + ("python-nose" ,python2-nose) ;for tests ("python-pytz" ,python2-pytz))) ;for tests (home-page "https://github.com/fidelram/deepTools") (synopsis "Tools for normalizing and visualizing deep-sequencing data") |