me
/
guix
Archived
1
0
Fork 0

gnu: python-pykafka: Rearrange inputs.

* gnu/packages/python.scm (python-pykafka)[native-inputs]: Move
python-gevent, python-kazoo, python-tabulate ...
[propagated-inputs]: to here.
master
宋文武 2016-06-27 20:36:38 +08:00
parent c18899e8cf
commit c8fa3d9b73
No known key found for this signature in database
GPG Key ID: 26525665AE727D37
1 changed files with 2 additions and 1 deletions

View File

@ -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)))