[Python-modules-commits] [flask-htmlmin] 01/01: d/control: add python{, 3}-htmlmin to Depends.

Adrian Vondendriesch discostu-guest at moszumanska.debian.org
Wed May 10 14:36:00 UTC 2017


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

discostu-guest pushed a commit to branch master
in repository flask-htmlmin.

commit 7b16e3354d8140f10f8cf54ac1fbbd9c74180bcf
Author: Adrian Vondendriesch <adrian.vondendriesch at credativ.de>
Date:   Wed May 10 16:35:17 2017 +0200

    d/control: add python{,3}-htmlmin to Depends.
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 255b588..7608231 100644
--- a/debian/control
+++ b/debian/control
@@ -10,14 +10,14 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/flask-htmlm
 
 Package: python-flask-htmlmin
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${python:Depends}, python-htmlmin
 Description: Minimize render templates html
  flask-htmlmin minifies flask text/html mime types responses using
  htmlmin.
 
 Package: python3-flask-htmlmin
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}, python3-htmlmin
 Description: Minimize render templates html
  flask-htmlmin minifies flask text/html mime types responses using
  htmlmin.

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



More information about the Python-modules-commits mailing list