[Python-modules-commits] [flask] 05/06: Removed python-simplejson from 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 f04fb51d59dbbdc1abf75406b63865299491ebf4
Author: Ondřej Nový <onovy at debian.org>
Date:   Mon Jul 18 22:41:31 2016 +0200

    Removed python-simplejson from build-depends/recommends
---
 debian/changelog | 1 +
 debian/control   | 5 ++---
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3d41f8b..395f6d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,7 @@ flask (0.11.1-1) UNRELEASED; urgency=medium
   * Use update-alternatives for /usr/bin/flask CLI
   * Make python-flask and python3-flask descriptions distinct
   * Removed all pre-wheezy version compare from dependency
+  * Removed python-simplejson from 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 15e37bb..f6a32ca 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,6 @@ 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-simplejson, python3-simplejson,
  python-blinker
 Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/flask.git
@@ -26,7 +25,7 @@ Testsuite: autopkgtest-pkg-python
 Package: python-flask
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}
-Recommends: python-pkg-resources, python-simplejson | python (>= 2.6),
+Recommends: python-pkg-resources,
  python-blinker
 Suggests: python-flask-doc
 Description: micro web framework based on Werkzeug and Jinja2 - Python 2.7
@@ -48,7 +47,7 @@ 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, python3-simplejson | python3
+Recommends: python3-pkg-resources
 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