gnu: python-kazoo: Rearrange inputs.

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

View File

@ -9191,8 +9191,9 @@ data in Python.")
(build-system python-build-system)
(arguments '(#:tests? #f)) ; XXX: needs zookeeper
(native-inputs
`(("python-setuptools" ,python-setuptools)
("python-six" ,python-six)))
`(("python-setuptools" ,python-setuptools)))
(propagated-inputs
`(("python-six" ,python-six)))
(home-page "https://kazoo.readthedocs.org")
(synopsis "High-level Zookeeper client library")
(description