This is an automated email from the git hooks/post-receive script. a_valentino-guest pushed a commit to branch master in repository pyresample.
commit 309788d8d356ee170a47cbd631eafc8af212b487 Author: Antonio Valentino <[email protected]> Date: Sat Dec 23 08:53:09 2017 +0000 Recommend xarray --- debian/changelog | 2 ++ debian/control | 2 ++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index a1d58a6..03acfd3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ pyresample (1.7.1-2) UNRELEASED; urgency=medium + * debian/control + - recommend python3-xarray * debian/patches - new patch 0003-fix-tests-on-big-endian-architectures.patch (see also upstream issues https://github.com/pytroll/pyresample/pull/90 and diff --git a/debian/control b/debian/control index b5ff94e..24c859a 100644 --- a/debian/control +++ b/debian/control @@ -20,6 +20,7 @@ Build-Depends: debhelper (>= 9.0.0), python3-sphinx, python-numexpr, python3-numexpr, + python3-xarray, python-yaml, python3-yaml, python-mpltoolkits.basemap, @@ -76,6 +77,7 @@ Depends: ${misc:Depends}, python3-six, python-pyresample-test Recommends: python3-numexpr, + python3-xarray, python3-pil, python3-mpltoolkits.basemap Suggests: python-pyresample-doc -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pyresample.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

