htgoebel pushed a commit to branch wip-python-build-system in repository guix.
commit 601b3ed5c1d0e8541bdd4e91dd979e139382db91 Author: Hartmut Goebel <[email protected]> Date: Mon Oct 17 00:36:25 2016 +0200 gnu: python-pika: Correct input. * gnu/packages/python(python-pika)[native-inputs] change to [propagated-inputs], as there was only one nattive-input. --- 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 19a253d..757a2f3 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -9116,7 +9116,7 @@ focus on event-based network programming and multiprotocol integration.") (base32 "0nb4h08di432lv7dy2v9kpwgk0w92f24sqc2hw2s9vwr5b8v8xvj")))) (build-system python-build-system) - (native-inputs + (propagated-inputs `(("python-twisted" ,python-twisted))) (home-page "https://pika.readthedocs.org") (synopsis "Pure Python AMQP Client Library")
