guix-commits
[Top][All Lists]
Advanced

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

86/104: gnu: python-prompt-toolkit: Correct inputs


From: Hartmut Goebel
Subject: 86/104: gnu: python-prompt-toolkit: Correct inputs
Date: Tue, 15 Nov 2016 21:37:07 +0000 (UTC)

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

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

    gnu: python-prompt-toolkit: Correct inputs
    
    * gnu/packages/python.scm(python-prompt-toolkit)[native-inputs] move
      python-six to [propagated-inputs]. Remove now empty [native-inputs].
---
 gnu/packages/python.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index ef8a78f..20b0b60 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -10408,8 +10408,8 @@ implementation for Python.")
    '(#:tests? #f)) ; The test suite uses some Windows-specific data types.
   (propagated-inputs
    `(("python-wcwidth" ,python-wcwidth)
+     ("python-six" ,python-six)
      ("python-pygments" ,python-pygments)))
-  (native-inputs `(("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]