guix-commits
[Top][All Lists]
Advanced

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

31/57: gnu: python-hdf5: Correct inputs.


From: Hartmut Goebel
Subject: 31/57: gnu: python-hdf5: Correct inputs.
Date: Thu, 13 Oct 2016 15:20:34 +0000 (UTC)

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

commit ecc7fbc934498e6a8658734dbbe1c80ba8e4d4d8
Author: Hartmut Goebel <address@hidden>
Date:   Thu Oct 6 15:38:20 2016 +0200

    gnu: python-hdf5: Correct inputs.
    
    According to setup.py python-six is requried at run-time, thus has to be a
    propagated input.
    
    * gnu/packages/python.scm (python-hdf5) [inputs]: Move `python-six` to
      [propagated-inputs].
---
 gnu/packages/python.scm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index ca2093d..e50c845 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -715,10 +715,10 @@ and verifies that it matches the intended target 
hostname.")
                  (string-append "['" prefix "/lib" "']")))
               #t))))))
     (propagated-inputs
-     `(("python-numpy" ,python-numpy)))
+     `(("python-six" ,python-six)
+       ("python-numpy" ,python-numpy)))
     (inputs
-     `(("hdf5" ,hdf5)
-       ("python-six" ,python-six)))
+     `(("hdf5" ,hdf5)))
     (native-inputs
      `(("python-cython" ,python-cython)
        ("python-pkgconfig" ,python-pkgconfig)))



reply via email to

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