[Python-modules-commits] [celery] 13/15: Reverse dependencies between python(3)-celery and python-celery-common as the later only provides supplemental tools depending on the actual implementation.

Michael Fladischer fladi at moszumanska.debian.org
Mon Feb 1 15:50:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

fladi pushed a commit to branch master
in repository celery.

commit d70e836aecb5acb8ab17bfcfc00350803459bf75
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Mon Feb 1 10:46:47 2016 +0100

    Reverse dependencies between python(3)-celery and python-celery-common as the
    later only provides supplemental tools depending on the actual implementation.
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 919f2ea..5ec1fe6 100644
--- a/debian/control
+++ b/debian/control
@@ -53,7 +53,8 @@ Vcs-Git: git://anonscm.debian.org/python-modules/packages/celery.git
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/celery.git
 
 Package: python-celery-common
-Depends: ${misc:Depends}
+Depends: python3-celery (= ${binary:Version}) | python-celery (= ${binary:Version}),
+         ${misc:Depends}
 Replaces: python-celery (<< 3.1.12-2)
 Breaks: python-celery (<< 3.1.12-2)
 Architecture: all
@@ -80,7 +81,6 @@ Description: async task/job queue based on message passing (common files)
 Package: python-celery
 Architecture: all
 Depends: python-billiard (>= 3.3.0.22),
-         python-celery-common (= ${binary:Version}),
          python-dateutil (>= 1.5),
          python-kombu (>= 3.0.33),
          python-mailer,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/celery.git



More information about the Python-modules-commits mailing list