me
/
guix
Archived
1
0
Fork 0

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.
master
Hartmut Goebel 2016-10-17 00:18:28 +02:00
parent f7989b8bb0
commit 06f1d73ed4
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 0 additions and 2 deletions

View File

@ -8901,8 +8901,6 @@ Python 2.4 and 2.5, and will draw its fixes/improvements from python-trunk.")
`(("python-nose" ,python-nose))) `(("python-nose" ,python-nose)))
(propagated-inputs (propagated-inputs
`(("python-pytz" ,python-pytz) `(("python-pytz" ,python-pytz)
("python-amqp" ,python-amqp)
("python-anyjson" ,python-anyjson)
("python-billiard" ,python-billiard) ("python-billiard" ,python-billiard)
("python-kombu" ,python-kombu))) ("python-kombu" ,python-kombu)))
(home-page "http://celeryproject.org") (home-page "http://celeryproject.org")