guix-commits
[Top][All Lists]
Advanced

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

65/97: gnu: python-joblib: Add comment.


From: Hartmut Goebel
Subject: 65/97: gnu: python-joblib: Add comment.
Date: Tue, 18 Oct 2016 20:13:21 +0000 (UTC)

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

commit 4c06ff9742eca3c69f145d86e32451ce45b88358
Author: Hartmut Goebel <address@hidden>
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 3d4e341..429316f 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2592,6 +2592,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

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