guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: python2-scikit-image: Use custom 'python2-' packages.


From: Federico Beffa
Subject: 03/03: gnu: python2-scikit-image: Use custom 'python2-' packages.
Date: Thu, 03 Dec 2015 08:23:17 +0000

beffa pushed a commit to branch master
in repository guix.

commit d9bc0bf8fa3f305c49b1ea630ca10abff50b2149
Author: Federico Beffa <address@hidden>
Date:   Thu Dec 3 09:11:58 2015 +0100

    gnu: python2-scikit-image: Use custom 'python2-' packages.
    
    * gnu/packages/python.scm (python2-scikit-image): Use customized 'python2-'
      versions of 'matplotlib', 'numpy' and 'scipy'.
---
 gnu/packages/python.scm |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 655d97d..1cbbf20 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2791,7 +2791,11 @@ mining and data analysis.")
          ,@(package-native-inputs scikit-image)))
       (propagated-inputs
        `(("python2-pytz" ,python2-pytz)
-         ,@(package-propagated-inputs scikit-image))))))
+         ("python2-matplotlib" ,python2-matplotlib)
+         ("python2-numpy" ,python2-numpy)
+         ("python2-scipy" ,python2-scipy)
+         ,@(fold alist-delete (package-propagated-inputs scikit-image)
+                 '("python-matplotlib" "python-numpy" "python-scipy")))))))
 
 (define-public python-redis
   (package



reply via email to

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