aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2016-10-29 21:34:32 -0400
committerLeo Famulari <leo@famulari.name>2016-10-29 21:43:24 -0400
commit269d9172ff037bd41bee3777166b3bc14d93f745 (patch)
tree6b59d5ab47ad59bf36ef6977b864cec050ae7f74
parent329b4b3b69380b232129fcd65f9f41c195aa336d (diff)
downloadguix-269d9172ff037bd41bee3777166b3bc14d93f745.tar
guix-269d9172ff037bd41bee3777166b3bc14d93f745.tar.gz
gnu: python-pika: Add inputs for test suite.
* gnu/packages/python.scm (python-pika, python2-pika)[native-inputs]: Add python-pyev, python-tornado.
-rw-r--r--gnu/packages/python.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index dcc72b33d2..7cfbd997d8 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -9589,7 +9589,9 @@ focus on event-based network programming and multiprotocol integration.")
"0nb4h08di432lv7dy2v9kpwgk0w92f24sqc2hw2s9vwr5b8v8xvj"))))
(build-system python-build-system)
(native-inputs
- `(("python-twisted" ,python-twisted)))
+ `(("python-pyev" ,python-pyev)
+ ("python-tornado" ,python-tornado)
+ ("python-twisted" ,python-twisted)))
(home-page "https://pika.readthedocs.org")
(synopsis "Pure Python AMQP Client Library")
(description