gnu: python-kazoo: Rearrange inputs.
* gnu/packages/python.scm (python-kazoo)[native-inputs]: Move six ... [propagated-inputs]: to here.
This commit is contained in:
parent
4591217058
commit
c18899e8cf
|
@ -9191,8 +9191,9 @@ data in Python.")
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments '(#:tests? #f)) ; XXX: needs zookeeper
|
(arguments '(#:tests? #f)) ; XXX: needs zookeeper
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(("python-setuptools" ,python-setuptools)))
|
||||||
("python-six" ,python-six)))
|
(propagated-inputs
|
||||||
|
`(("python-six" ,python-six)))
|
||||||
(home-page "https://kazoo.readthedocs.org")
|
(home-page "https://kazoo.readthedocs.org")
|
||||||
(synopsis "High-level Zookeeper client library")
|
(synopsis "High-level Zookeeper client library")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue