[Python-modules-commits] [flask] 06/06: Added python3-blinker to build-depends/recommends

Ondřej Nový onovy at moszumanska.debian.org
Mon Jul 18 20:50:29 UTC 2016


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

onovy pushed a commit to branch master
in repository flask.

commit 01ef5f41cf826f82f11c92ceadfb0e16b243ad14
Author: Ondřej Nový <onovy at debian.org>
Date:   Mon Jul 18 22:47:06 2016 +0200

    Added python3-blinker to build-depends/recommends
---
 debian/changelog | 1 +
 debian/control   | 5 +++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 395f6d2..5b84c60 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,7 @@ flask (0.11.1-1) UNRELEASED; urgency=medium
   * Make python-flask and python3-flask descriptions distinct
   * Removed all pre-wheezy version compare from dependency
   * Removed python-simplejson from build-depends/recommends
+  * Added python3-blinker to build-depends/recommends
 
  -- Ondřej Nový <novy at ondrej.org>  Tue, 29 Mar 2016 21:36:03 +0200
 
diff --git a/debian/control b/debian/control
index f6a32ca..a0429e8 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 9), dh-python (>= 2.20160609~),
  python-pytest, python3-pytest,
  python-werkzeug, python-jinja2, python-itsdangerous,
  python3-werkzeug, python3-jinja2, python3-itsdangerous,
- python-blinker
+ python-blinker, python3-blinker
 Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/flask.git
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/flask.git
@@ -47,7 +47,8 @@ Description: micro web framework based on Werkzeug and Jinja2 - Python 2.7
 Package: python3-flask
 Architecture: all
 Depends: ${python3:Depends}, ${misc:Depends}
-Recommends: python3-pkg-resources
+Recommends: python3-pkg-resources,
+ python3-blinker
 Suggests: python-flask-doc
 Description: micro web framework based on Werkzeug and Jinja2 - Python 3.x
  Flask is a micro web framework for Python based on Werkzeug, Jinja 2 and good

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



More information about the Python-modules-commits mailing list