[pyresample] 05/07: Remove unnecessary versioned dependency from pykdtree

Antonio Valentino a_valentino-guest at moszumanska.debian.org
Sun Feb 25 12:04:36 UTC 2018


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 eacf385ddda7d07671d793cac33228e4598ce682
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Sun Feb 25 10:23:42 2018 +0000

    Remove unnecessary versioned dependency from pykdtree
---
 debian/changelog | 2 ++
 debian/control   | 8 ++++----
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 29cb50f..276d6eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ pyresample (1.8.1-1) UNRELEASED; urgency=medium
 
   * New upstream release
   * Update copyright file
+  * debian/control
+    - remove unnecessary versioned dependency from pykdtree
 
  -- Antonio Valentino <antonio.valentino at tiscali.it>  Sun, 25 Feb 2018 10:08:46 +0000
 
diff --git a/debian/control b/debian/control
index 13e5f08..0034b35 100644
--- a/debian/control
+++ b/debian/control
@@ -11,8 +11,8 @@ Build-Depends: debhelper (>= 11.0.0),
                python3-setuptools,
                python-numpy,
                python3-numpy,
-               python-pykdtree (>= 1.1.1),
-               python3-pykdtree (>= 1.1.1),
+               python-pykdtree,
+               python3-pykdtree,
                python-pyproj,
                python3-pyproj,
                python-configobj,
@@ -45,7 +45,7 @@ Depends: ${misc:Depends},
          python-numpy,
          python-pyproj,
          python-yaml,
-         python-pykdtree (>= 1.1.1),
+         python-pykdtree,
          python-six,
          python-pyresample-test
 Recommends: python-numexpr,
@@ -72,7 +72,7 @@ Depends: ${misc:Depends},
          python3-numpy,
          python3-pyproj,
          python3-yaml,
-         python3-pykdtree (>= 1.1.1),
+         python3-pykdtree,
          python3-six,
          python-pyresample-test
 Recommends: python3-numexpr,

-- 
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