guix-commits
[Top][All Lists]
Advanced

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

11/43: gnu: python2-scikit-image: Remove needless inputs. 1 REWORD


From: Hartmut Goebel
Subject: 11/43: gnu: python2-scikit-image: Remove needless inputs. 1 REWORD
Date: Tue, 18 Oct 2016 11:20:07 +0000 (UTC)

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

commit 443cd4161cc48dd82dab4a5bd29491dfb7714064
Author: Hartmut Goebel <address@hidden>
Date:   Sun Oct 16 20:32:13 2016 +0200

    gnu: python2-scikit-image: Remove needless inputs. 1 REWORD
    
    * gnu/packages/python.scm: (python2-scikit-image)
      [propagated-inputs]: Remove python-pytz, it does not occur anywhere in
      the source.
---
 gnu/packages/python.scm |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 241df56..4d00a49 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2893,10 +2893,7 @@ mining and data analysis.")
     (package (inherit scikit-image)
       (native-inputs
        `(("python2-mock" ,python2-mock)
-         ,@(package-native-inputs scikit-image)))
-      (propagated-inputs
-       `(("python2-pytz" ,python2-pytz)
-         ,@(package-propagated-inputs scikit-image))))))
+         ,@(package-native-inputs scikit-image))))))
 
 (define-public python-redis
   (package



reply via email to

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