[pyresample] 04/07: Update dependencies

Antonio Valentino a_valentino-guest at moszumanska.debian.org
Fri Sep 15 06:13:23 UTC 2017


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 a3c2b2322164a700cdeb5a82805b7a6c45c7bcab
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Fri Sep 15 05:58:37 2017 +0000

    Update dependencies
---
 debian/changelog     | 3 +++
 debian/control       | 8 +++++---
 debian/tests/control | 2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4d6d03f..6b2001d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
 pyresample (1.6.0-1) UNRELEASED; urgency=medium
 
   * New upstream release
+  * debian/control
+    - drop dependenct from python3 mock (use the stdlib version)
+    - add dependency from six
   * debian/patches
     - new 0003-Fix-boolean-mask-array-usage-in-gaussian-resampling.patch
       (backported form upstream) fix compatibility with numpy 1.13
diff --git a/debian/control b/debian/control
index 299276b..ebafd16 100644
--- a/debian/control
+++ b/debian/control
@@ -28,7 +28,8 @@ Build-Depends: debhelper (>= 9.0.0),
                python-pil,
                python3-pil,
                python-mock,
-               python3-mock,
+               python-six,
+               python3-six,
                cython,
                cython3
 Standards-Version: 4.0.0
@@ -46,6 +47,7 @@ Depends: ${misc:Depends},
          python-pyproj,
          python-yaml,
          python-pykdtree (>= 1.1.1),
+         python-six,
          python-pyresample-test
 Recommends: python-numexpr,
             python-pil,
@@ -72,6 +74,7 @@ Depends: ${misc:Depends},
          python3-pyproj,
          python3-yaml,
          python3-pykdtree (>= 1.1.1),
+         python3-six,
          python-pyresample-test
 Recommends: python3-numexpr,
             python3-pil,
@@ -108,8 +111,7 @@ Description: Resampling of remote sensing data in Python (documentation)
 Package: python-pyresample-test
 Architecture: all
 Depends: ${misc:Depends},
-         python-mock,
-         python3-mock
+         python-mock
 Description: Resampling of remote sensing data in Python (test suite)
  Pyresample is a Python package for resampling (reprojection) of earth
  observing satellite data. It handles both resampling of gridded data
diff --git a/debian/tests/control b/debian/tests/control
index 011106b..60ad2c2 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -2,4 +2,4 @@ Tests: python2
 Depends: @builddeps@, python-pyresample, python-pyresample-test, python-all, python-mock
 
 Tests: python3
-Depends: @builddeps@, python3-pyresample, python-pyresample-test, python3-all, python3-mock
+Depends: @builddeps@, python3-pyresample, python-pyresample-test, python3-all

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pyresample.git



More information about the Pkg-grass-devel mailing list