guix-commits
[Top][All Lists]
Advanced

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

77/103: gnu: python-websocket-client: Correct inputs.


From: Hartmut Goebel
Subject: 77/103: gnu: python-websocket-client: Correct inputs.
Date: Tue, 25 Oct 2016 17:47:55 +0000 (UTC)

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

commit 684f26a03aa5b12678d2627a39dbcc838456aaf1
Author: Hartmut Goebel <address@hidden>
Date:   Sun Oct 16 23:28:48 2016 +0200

    gnu: python-websocket-client: Correct inputs.
    
    * gnu/packages/python.scm (python-websocket-client)[native-inputs] change to
      [propagated-inputs], remove a wrong comment.
---
 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 d7b8b3a..b42ea96 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6881,8 +6881,8 @@ tables.")
         (base32
          "0h9glp1jll3z76ly3kg08aqgxqk0a68p4zi9yn50353bh5nj92v7"))))
     (build-system python-build-system)
-    (native-inputs
-     `(("python-six" ,python-six))) ; for tests
+    (propagated-inputs
+     `(("python-six" ,python-six)))
     (home-page "https://github.com/liris/websocket-client";)
     (synopsis "WebSocket client for Python")
     (description "The Websocket-client module provides the low level APIs for



reply via email to

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