guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: clipper: Fix test dependency.


From: Marius Bakke
Subject: 02/05: gnu: clipper: 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 d281be18bca2437ff27f8c045c5dd5a3e5b77e57
Author: Marius Bakke <address@hidden>
Date:   Fri Dec 16 04:26:32 2016 +0100

    gnu: clipper: Fix test dependency.
    
    * gnu/packages/bioinformatics.scm (clipper)[native-inputs]: Add 
python2-nose.
---
 gnu/packages/bioinformatics.scm |    1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 5f56551..3a7bffb 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1562,6 +1562,7 @@ databases.")
        ("python-scipy" ,python2-scipy)))
     (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/YeoLab/clipper";)
     (synopsis "CLIP peak enrichment recognition")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]