guix-commits
[Top][All Lists]
Advanced

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

42/104: gnu: python2-pysnptools: Correct inputs.


From: Hartmut Goebel
Subject: 42/104: gnu: python2-pysnptools: Correct inputs.
Date: Tue, 15 Nov 2016 21:37:03 +0000 (UTC)

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

commit b72ac1b54b5a4e94f2c57c5ee026133c0160ee60
Author: Hartmut Goebel <address@hidden>
Date:   Fri Oct 7 22:03:39 2016 +0200

    gnu: python2-pysnptools: Correct inputs.
    
    dateutil, pytz, and six do not occur in the code.
    
    Remove python-dateutil, python-pytz, python-six from inputs;
    Move python-cython to native-inputs; move python-pandas to
    propagated-inputs.
---
 gnu/packages/python.scm |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index c090ed5..bf1a825 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3517,12 +3517,9 @@ toolkits.")
     (propagated-inputs
      `(("python2-numpy" ,python2-numpy)
        ("python2-scipy" ,python2-scipy)
-       ("python2-pytz" ,python2-pytz)
-       ("python2-cython" ,python2-cython)))
-    (inputs
-     `(("python2-dateutil-2" ,python2-dateutil-2)
-       ("python2-pandas" ,python2-pandas)
-       ("python2-six" ,python2-six)))
+       ("python2-pandas" ,python2-pandas)))
+    (native-inputs
+     `(("python2-cython" ,python2-cython)))
     (native-inputs
      `(("unzip" ,unzip)))
     (home-page 
"http://research.microsoft.com/en-us/um/redmond/projects/mscompbio/";)



reply via email to

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