[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/05: gnu: deeptools: Fix test dependency.
From: |
Marius Bakke |
Subject: |
03/05: gnu: deeptools: Fix test dependency. |
Date: |
Fri, 16 Dec 2016 12:12:52 +0000 (UTC) |
mbakke pushed a commit to branch python-tests
in repository guix.
commit aaffb9c97b8daae7dd81547e8b808ac73fd65f4f
Author: Marius Bakke <address@hidden>
Date: Fri Dec 16 04:27:35 2016 +0100
gnu: deeptools: Fix test dependency.
* gnu/packages/bioinformatics.scm (deeptools)[native-inputs]: Add
python-nose.
---
gnu/packages/bioinformatics.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 3a7bffb..e160015 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")