htgoebel pushed a commit to branch wip-python-build-system
in repository guix.

commit 9432cb16fe39ca02973cf4f5d07102e022d9450d
Author: Hartmut Goebel <h.goe...@crazy-compilers.com>
Date:   Sun Oct 16 19:32:41 2016 +0200

    gnu: python-joblib: Add comment.
    
    * gnu/packages/python.scm (python-joblib): Add comment.
---
 gnu/packages/python.scm |    1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index ff2be51..1e72e3e 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2591,6 +2591,7 @@ logic-free templating system Mustache.")
            (for-each delete-file (find-files "." "\\.pyc$"))
            #t))))
     (build-system python-build-system)
+    ;; Provide nose to enable tests command
     (native-inputs
      `(("python-nose"       ,python-nose)))
     (home-page "http://pythonhosted.org/joblib/";)

Reply via email to