This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository python-osmapi.
commit 15d0946ae9d53c458f3202860b7d8a851d851f47 Author: Bas Couwenberg <[email protected]> Date: Wed Dec 7 19:21:22 2016 +0100 Add python{,3}-requests to build dependencies. --- debian/changelog | 1 + debian/control | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index dd29970..f67a36a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ python-osmapi (0.7.0-1) UNRELEASED; urgency=medium * New upstream release. + * Add python{,3}-requests to build dependencies. -- Bas Couwenberg <[email protected]> Wed, 07 Dec 2016 19:19:28 +0100 diff --git a/debian/control b/debian/control index 3aab928..0f73667 100644 --- a/debian/control +++ b/debian/control @@ -16,6 +16,8 @@ Build-Depends: debhelper (>= 9), python3-nose, python-mock, python3-mock, + python-requests, + python3-requests, python-tox, python-xmltodict Standards-Version: 3.9.8 -- 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

