guix-commits
[Top][All Lists]
Advanced

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

37/103: gnu: python-singledispatch: correct inputs.


From: Hartmut Goebel
Subject: 37/103: gnu: python-singledispatch: correct inputs.
Date: Tue, 25 Oct 2016 18:00:37 +0000 (UTC)

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

commit 48618f3ac050c0c4270790f2e2807d877f293427
Author: Hartmut Goebel <address@hidden>
Date:   Thu Oct 6 18:14:29 2016 +0200

    gnu: python-singledispatch: correct inputs.
    
    python-six is only required for conversion, not at run-time
    
    * gnu/packages/python.scm (python-singledispatch, python2-singledispatch):
      [inputs] Move python-six to [native-inputs].
---
 gnu/packages/python.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index cde16ee..e932e2d 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4863,8 +4863,8 @@ It is written entirely in Python.")
         (base32
          "171b7ip0hsq5qm83np40h3phlr36ym18w0lay0a8v08kvy3sy1jv"))))
     (build-system python-build-system)
-    (inputs
-     `(("python-six" ,python-six)))
+    (native-inputs
+     `(("python-six" ,python-six))) ; required for conversion, not at run-time
     (home-page
      
"http://docs.python.org/3/library/functools.html#functools.singledispatch";)
     (synopsis "Backport of singledispatch feature from Python 3.4")



reply via email to

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