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:
Efraim Flashner 2016-04-28 19:42:50 +03:00
parent 0848d8d3a6
commit a64cbb6f32
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 3 additions and 1 deletions

View File

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