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