[Python-modules-commits] [python-django-celery-beat] 13/16: Directly depend on python3-django.

Michael Fladischer fladi at moszumanska.debian.org
Fri Nov 24 11:09:07 UTC 2017


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

fladi pushed a commit to branch debian/master
in repository python-django-celery-beat.

commit 103b2f7927bdc65c2039fd3b5fb700eac02ea824
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Fri Nov 24 11:13:29 2017 +0100

    Directly depend on python3-django.
---
 debian/changelog | 1 +
 debian/control   | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 6b001a8..e025479 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ python-django-celery-beat (1.1.0-1) UNRELEASED; urgency=low
   * Bump Standards-Version to 4.1.1.
   * Enable autopkgtest-pkg-python testsuite.
   * Fix formatting of BSD-3-clause license.
+  * Directly depend on python3-django.
 
  -- Michael Fladischer <fladi at debian.org>  Mon, 13 Nov 2017 12:39:48 +0100
 
diff --git a/debian/control b/debian/control
index 1eed6f9..d3d8ed3 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,8 @@ Testsuite: autopkgtest-pkg-python
 
 Package: python3-django-celery-beat
 Architecture: all
-Depends: ${misc:Depends},
+Depends: python3-django,
+         ${misc:Depends},
          ${python3:Depends}
 Suggests: python-django-celery-beat-doc
 Description: Database-backed Periodic Tasks (Python3 version)

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



More information about the Python-modules-commits mailing list