htgoebel pushed a commit to branch wip-python-build-system in repository guix.
commit fd590f205f3e5844eea0d1ef70fb51039a4079df Author: Hartmut Goebel <[email protected]> Date: Mon Oct 17 00:18:28 2016 +0200 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. --- gnu/packages/python.scm | 2 -- 1 file changed, 2 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index afdd62a..c1fa4fd 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -8146,8 +8146,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")
