iyzsong pushed a commit to branch master
in repository guix.
commit c8fa3d9b73e6cdeaecda5bfdd508656a4bbb0f3a
Author: 宋文武 <[email protected]>
Date: Mon Jun 27 20:36:38 2016 +0800
gnu: python-pykafka: Rearrange inputs.
* gnu/packages/python.scm (python-pykafka)[native-inputs]: Move
python-gevent, python-kazoo, python-tabulate ...
[propagated-inputs]: to here.
---
gnu/packages/python.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index e30166c..9558dcc 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -9221,9 +9221,10 @@ programming errors.")
(build-system python-build-system)
(arguments '(#:tests? #f)) ; XXX: needs zookeeper, kafka, etc.
(native-inputs
+ `(("python-setuptools" ,python-setuptools)))
+ (propagated-inputs
`(("python-gevent" ,python-gevent)
("python-kazoo" ,python-kazoo)
- ("python-setuptools" ,python-setuptools)
("python-tabulate" ,python-tabulate)))
(inputs
`(("librdkafka" ,librdkafka)))