summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2016-10-17 00:18:28 +0200
committerHartmut Goebel <h.goebel@crazy-compilers.com>2016-11-15 22:31:51 +0100
commit06f1d73ed4583836095ee3b04f4295ed2f432498 (patch)
tree757b02ad578534f4c67b0fa320454e7d3e10806c /gnu/packages
parentf7989b8bb0e66c9f631dbca425abd092a0a49c5c (diff)
downloadguix-patches-06f1d73ed4583836095ee3b04f4295ed2f432498.tar
guix-patches-06f1d73ed4583836095ee3b04f4295ed2f432498.tar.gz
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.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python.scm2
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index c1c666f423..c2f34f54de 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -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")