This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository mapproxy.
commit ffef410f0e16caa36a9dd61d57014d532b9195b8 Author: Bas Couwenberg <[email protected]> Date: Thu May 18 19:35:47 2017 +0200 Add python{,3}-boto{3,core} to recommended dependencies for S3 cache. --- debian/changelog | 1 + debian/control | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3b69537..d604598 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ mapproxy (1.10.0-1) UNRELEASED; urgency=medium * Drop patches applied upstream. * Update mapproxy-seed manpage for new options. * Add patch to skip tests when data files are missing. + * Add python{,3}-boto{3,core} to recommended dependencies for S3 cache. -- Bas Couwenberg <[email protected]> Thu, 18 May 2017 18:36:20 +0200 diff --git a/debian/control b/debian/control index 1934408..0b3f5c9 100644 --- a/debian/control +++ b/debian/control @@ -70,7 +70,9 @@ Depends: fonts-dejavu-core, python-yaml, ${python:Depends}, ${misc:Depends} -Recommends: python-gdal, +Recommends: python-boto3, + python-botocore, + python-gdal, python-lxml, python-pastedeploy, python-redis, @@ -94,7 +96,9 @@ Depends: fonts-dejavu-core, python3-yaml, ${python3:Depends}, ${misc:Depends} -Recommends: python3-gdal, +Recommends: python3-boto3, + python3-botocore, + python3-gdal, python3-lxml, python3-pastedeploy, python3-redis, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mapproxy.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

