This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository python-osmapi.
commit d58c273f3f55d2ad096bb94543768ca915a9282f Author: Bas Couwenberg <[email protected]> Date: Tue Sep 5 22:11:37 2017 +0200 Add python{,3}-httpretty to build dependencies. --- debian/changelog | 1 + debian/control | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7561041..4af7673 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ python-osmapi (1.0.0-1) UNRELEASED; urgency=medium * New upstream release. + * Add python{,3}-httpretty to build dependencies. -- Bas Couwenberg <[email protected]> Tue, 05 Sep 2017 22:07:38 +0200 diff --git a/debian/control b/debian/control index 5f75010..771ee67 100644 --- a/debian/control +++ b/debian/control @@ -12,6 +12,8 @@ Build-Depends: debhelper (>= 9), python3-setuptools, python-flake8, python3-flake8, + python-httpretty, + python3-httpretty, python-nose, python3-nose, python-mock, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-osmapi.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

