[Python-modules-commits] [django-sass-processor] 04/04: fix django-package-does-not-depend-on-django
Hans-Christoph Steiner
eighthave at moszumanska.debian.org
Thu Jan 4 15:09:10 UTC 2018
This is an automated email from the git hooks/post-receive script.
eighthave pushed a commit to branch master
in repository django-sass-processor.
commit 144a63af92ccf8bad6f045a3f98c3c4761a34266
Author: Hans-Christoph Steiner <hans at eds.org>
Date: Thu Jan 4 15:22:22 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 66131e5..db0f9b5 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/django-sass-proc
Package: python3-django-sass-processor
Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends},
+Depends: ${misc:Depends}, ${python3:Depends}, python3-django
Description: compile files from markup languages such as SASS/SCSS
django-sass-processor converts *.scss or *.sass files into *.css
while rendering templates. For performance reasons this is done only
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-sass-processor.git
More information about the Python-modules-commits
mailing list