htgoebel pushed a commit to branch wip-python-build-system in repository guix.
commit b9b3613c1244a1fafdd1188f422efb32c448c7e1 Author: Hartmut Goebel <[email protected]> Date: Sun Oct 16 23:28:48 2016 +0200 python-websocket-client: Correct inputs. --- 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 17e347f..552dd13 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -6894,8 +6894,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
