[Python-modules-commits] [flask-compress] 05/08: Depend on Flask manually because upstream does not provide a reasonable way of detecting it.
Dominik George
natureshadow-guest at moszumanska.debian.org
Thu Sep 22 14:27:40 UTC 2016
This is an automated email from the git hooks/post-receive script.
natureshadow-guest pushed a commit to branch master
in repository flask-compress.
commit 354aaf66e9209054a58423c7b1230e41e6255382
Author: Dominik George <nik at naturalnet.de>
Date: Thu Sep 22 15:47:52 2016 +0200
Depend on Flask manually because upstream does not provide a reasonable way of detecting it.
---
debian/control | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 4804733..0d61325 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,11 @@ Section: python
Priority: optional
Build-Depends: dh-python,
python-setuptools (>= 0.6b3),
- python-all (>= 2.6.6-3),
+ python-all (>= 2.6.6-3),,
+ python-flask,
python3-all,
python3-setuptools,
+ python3-flask,
debhelper (>= 9)
Standards-Version: 3.9.8
Homepage: https://github.com/wichitacode/flask-compress
@@ -17,7 +19,7 @@ Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/flask-compre
Package: python-flask-compress
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${python:Depends}, python-flask
Description: Compress responses in a Flask app with gzip (Python 2)
Flask-Compress allows to compress HTTP responses generated by a
Flask application running standalone with GZip. It does so without
@@ -28,7 +30,7 @@ Description: Compress responses in a Flask app with gzip (Python 2)
Package: python3-flask-compress
Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}, python3-flask
Description: Compress responses in a Flask app with gzip (Python 3)
Flask-Compress allows to compress HTTP responses generated by a
Flask application running standalone with GZip. It does so without
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/flask-compress.git
More information about the Python-modules-commits
mailing list