summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2016-10-16 23:28:48 +0200
committerHartmut Goebel <h.goebel@crazy-compilers.com>2016-11-15 22:31:47 +0100
commita5333f7c61507e25657c7a5dd251f9b084ced886 (patch)
tree12c52e2dc45584249b65b3d305095f1d2a658613 /gnu/packages
parentfd8e23b7b3ba095abd51e8ab41e35671e0bbc21d (diff)
downloadguix-patches-a5333f7c61507e25657c7a5dd251f9b084ced886.tar
guix-patches-a5333f7c61507e25657c7a5dd251f9b084ced886.tar.gz
gnu: python-websocket-client: Correct inputs.
* gnu/packages/python.scm (python-websocket-client)[native-inputs] change to [propagated-inputs], remove a wrong comment.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 9d609226c9..e7338cbcfb 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -7597,8 +7597,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