gnu: python-celery: Remove needless inputs.
These are indirect requirements and propagated by python-kombu. * gnu/packages/python.scm(python-celery)[propagated-inputs] Remove python-amqp and python-anyjson.
This commit is contained in:
parent
f7989b8bb0
commit
06f1d73ed4
|
@ -8901,8 +8901,6 @@ Python 2.4 and 2.5, and will draw its fixes/improvements from python-trunk.")
|
|||
`(("python-nose" ,python-nose)))
|
||||
(propagated-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