guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

82/103: gnu: python-celery: Remove needless inputs.


From: Hartmut Goebel
Subject: 82/103: gnu: python-celery: Remove needless inputs.
Date: Tue, 25 Oct 2016 17:44:45 +0000 (UTC)

htgoebel pushed a commit to branch wip-python-build-system
in repository guix.

commit fd590f205f3e5844eea0d1ef70fb51039a4079df
Author: Hartmut Goebel <address@hidden>
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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]