gnu: python-celery: Rearrange inputs.
* gnu/packages/python.scm (python-celery)[propagated-inputs]: Move python-pytz, python-billiard, python-kombu ... [inputs]: ... to here. Add python-amqp, python-anyjson.
This commit is contained in:
parent
0848d8d3a6
commit
a64cbb6f32
|
@ -8078,8 +8078,10 @@ Python 2.4 and 2.5, and will draw its fixes/improvements from python-trunk.")
|
|||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("python-nose" ,python-nose)))
|
||||
(propagated-inputs
|
||||
(inputs
|
||||
`(("python-pytz" ,python-pytz)
|
||||
("python-amqp" ,python-amqp)
|
||||
("python-anyjson" ,python-anyjson)
|
||||
("python-billiard" ,python-billiard)
|
||||
("python-kombu" ,python-kombu)))
|
||||
(home-page "http://celeryproject.org")
|
||||
|
|
Loading…
Reference in New Issue