[Python-modules-commits] [django-background-tasks] 03/04: fix django-package-does-not-depend-on-django

Hans-Christoph Steiner eighthave at moszumanska.debian.org
Thu Jan 4 13:26:49 UTC 2018


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

eighthave pushed a commit to branch master
in repository django-background-tasks.

commit 333c91f40efe232b50b3b503c5449aeb394ba2e2
Author: Hans-Christoph Steiner <hans at eds.org>
Date:   Thu Jan 4 13:08:33 2018 +0100

    fix django-package-does-not-depend-on-django
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index c0d4a95..334ad86 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/django-backgroun
 
 Package: python3-django-background-tasks
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends},
+Depends: ${misc:Depends}, ${python3:Depends}, python3-django (>= 1.4)
 Description: databased-backed work queue for Django
  Django Background Task is a databased-backed work queue for Django,
  loosely based around Ruby's DelayedJob library. This project was

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



More information about the Python-modules-commits mailing list