guix-commits
[Top][All Lists]
Advanced

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

08/11: gnu: python-scikit-image: Propagate six and numpy.


From: guix-commits
Subject: 08/11: gnu: python-scikit-image: Propagate six and numpy.
Date: Mon, 3 Dec 2018 11:47:43 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 635d29c24451284d1891f0be3acd95f2606cc6f1
Author: Marius Bakke <address@hidden>
Date:   Mon Dec 3 14:08:13 2018 +0100

    gnu: python-scikit-image: Propagate six and numpy.
    
    * gnu/packages/python.scm (python-scikit-image)[native-inputs]: Move
    PYTHON-NUMPY and PYTHON-SIX ...
    [propagated-inputs]: ... here.
---
 gnu/packages/python.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index ce91fbe..d251468 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2839,13 +2839,13 @@ and is very extensible.")
        ("python-dask" ,python-dask)
        ("python-matplotlib" ,python-matplotlib)
        ("python-networkx" ,python-networkx)
+       ("python-numpy" ,python-numpy)
        ("python-pillow" ,python-pillow)
        ("python-pywavelets" ,python-pywavelets)
-       ("python-scipy" ,python-scipy)))
-    (native-inputs
-     `(("python-numpy" ,python-numpy)
-       ("python-cython" ,python-cython)
+       ("python-scipy" ,python-scipy)
        ("python-six" ,python-six)))
+    (native-inputs
+     `(("python-cython" ,python-cython)))
     (home-page "http://scikit-image.org/";)
     (synopsis "Image processing in Python")
     (description



reply via email to

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