mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue