guix-commits
[Top][All Lists]
Advanced

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

38/43: python-prompt-toolkit: Correct inputs


From: Hartmut Goebel
Subject: 38/43: python-prompt-toolkit: Correct inputs
Date: Tue, 18 Oct 2016 11:20:11 +0000 (UTC)

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

commit b6a914be6744bbbdb25725d9f50d8084f8588792
Author: Hartmut Goebel <address@hidden>
Date:   Mon Oct 17 00:44:22 2016 +0200

    python-prompt-toolkit: Correct inputs
    
    six native -> propagated
---
 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 dd06fad..46051f2 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -9585,8 +9585,8 @@ implementation for Python.")
   (build-system python-build-system)
   (propagated-inputs
    `(("python-wcwidth" ,python-wcwidth)
-     ("python-pygments" ,python-pygments)))
-  (native-inputs `(("python-six" ,python-six)))
+     ("python-pygments" ,python-pygments)
+     ("python-six" ,python-six)))
   (home-page "https://github.com/jonathanslenders/python-prompt-toolkit";)
   (synopsis "Library for building command line interfaces in Python")
   (description



reply via email to

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