guix-commits
[Top][All Lists]
Advanced

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

18/43: Add TODO comment


From: Hartmut Goebel
Subject: 18/43: Add TODO comment
Date: Tue, 18 Oct 2016 11:20:08 +0000 (UTC)

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

commit efc1149182d0edf038f3998608d8a7f6c8783d88
Author: Hartmut Goebel <address@hidden>
Date:   Sun Oct 16 22:10:56 2016 +0200

    Add TODO comment
---
 gnu/packages/python.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 09d15ca..d9ac3f6 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4831,7 +4831,7 @@ and statistical routines from scipy and statsmodels.")
   (let ((base (package-with-python2 (strip-python2-variant python-seaborn))))
     (package
       (inherit base)
-      (propagated-inputs `(("python2-pytz" ,python2-pytz)
+      (propagated-inputs `(("python2-pytz" ,python2-pytz);TODO: needless,remove
                            ,@(package-propagated-inputs base))))))
 
 (define-public python-sympy



reply via email to

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