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

commit 4fc7a9a587774401b749d62c86bd64a9a9789038
Author: Hartmut Goebel <h.goe...@crazy-compilers.com>
Date:   Mon Oct 17 00:36:25 2016 +0200

    python-pika: Correct input
    
    besser wäre aber, das als "plugin" zu machen, wenn es gibt ausserdem noch
    tornado, und pyev.
---
 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 96d1dd8..016097c 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -9096,7 +9096,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")

Reply via email to