This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository pyosmium.
commit 4636b099a72686b559976aacd02cb82d990e057d Author: Bas Couwenberg <[email protected]> Date: Fri Sep 1 00:05:59 2017 +0200 Add python{,3}-mock to build dependencies. --- debian/changelog | 1 + debian/control | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index eb9a6ff..0b80434 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ pyosmium (2.13.0-1) UNRELEASED; urgency=medium * New upstream release. * Bump minimum required libosmium2-dev to 2.13.1. + * Add python{,3}-mock to build dependencies. -- Bas Couwenberg <[email protected]> Thu, 31 Aug 2017 23:40:38 +0200 diff --git a/debian/control b/debian/control index fac108a..4b3419f 100644 --- a/debian/control +++ b/debian/control @@ -15,9 +15,11 @@ Build-Depends: debhelper (>= 9), libsparsehash-dev, python-all-dev, python-setuptools, + python-mock, python-nose, python3-all-dev, python3-setuptools, + python3-mock, python3-nose, python3-sphinx, python3-sphinxcontrib.autoprogram -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pyosmium.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

