[pyresample] 06/07: Depend on python*-mock
Antonio Valentino
a_valentino-guest at moszumanska.debian.org
Sun Jun 4 16:02:45 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 923843092711e456656d10870b0d844a7ee67a10
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date: Sun Jun 4 10:01:27 2017 +0000
Depend on python*-mock
---
debian/changelog | 4 +++-
debian/control | 6 +++++-
debian/tests/control | 4 ++--
3 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2b442ea..6b4d915 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,10 +2,12 @@ pyresample (1.5.0-1) UNRELEASED; urgency=medium
* New upstream release
* debian/control
- - updated dependencies (pillow, pyyaml)
+ - updated dependencies (pillow, pyyaml, mock)
- pyresample no longer supports Python 2.6
* debian/patches
- refresh all patches
+ * debian/test
+ - depend on python*-mock
-- Antonio Valentino <antonio.valentino at tiscali.it> Sun, 04 Jun 2017 09:04:27 +0000
diff --git a/debian/control b/debian/control
index 1c41bbb..bff6ef4 100644
--- a/debian/control
+++ b/debian/control
@@ -27,6 +27,8 @@ Build-Depends: debhelper (>= 9.0.0),
python3-mpltoolkits.basemap,
python-pil,
python3-pil,
+ python-mock,
+ python3-mock,
cython,
cython3
Standards-Version: 3.9.8
@@ -107,7 +109,9 @@ Description: Resampling of remote sensing data in Python (documentation)
Package: python-pyresample-test
Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends},
+ python-mock,
+ python3-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 3fc6f51..011106b 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,5 +1,5 @@
Tests: python2
-Depends: @builddeps@, python-pyresample, python-pyresample-test, python-all
+Depends: @builddeps@, python-pyresample, python-pyresample-test, python-all, python-mock
Tests: python3
-Depends: @builddeps@, python3-pyresample, python-pyresample-test, python3-all
+Depends: @builddeps@, python3-pyresample, python-pyresample-test, python3-all, python3-mock
--
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