gnu: python-websocket-client: Correct inputs.

* gnu/packages/python.scm (python-websocket-client)[native-inputs] change to
  [propagated-inputs], remove a wrong comment.
This commit is contained in:
Hartmut Goebel 2016-10-16 23:28:48 +02:00
parent fd8e23b7b3
commit a5333f7c61
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 2 additions and 2 deletions

View File

@ -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