[python-geopandas] 03/05: Add dependencies on imported modules (pandas, shapely, fiona, etc).

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Tue Feb 16 21:28:39 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository python-geopandas.

commit 53ab34168f9b4af36bc1b27c6c530adb03374589
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Tue Feb 16 22:11:46 2016 +0100

    Add dependencies on imported modules (pandas, shapely, fiona, etc).
---
 debian/changelog |  2 ++
 debian/control   | 18 ++++++++++++++----
 2 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 934fab6..61500c5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ python-geopandas (0.1.1-3) UNRELEASED; urgency=medium
 
   * Update Vcs-Git URL to use HTTPS.
   * Bump Standards-Version to 3.9.7, no changes.
+  * Add dependencies on imported modules (pandas, shapely, fiona, etc).
+    (closes: #814938)
 
  -- Bas Couwenberg <sebastic at debian.org>  Tue, 16 Feb 2016 21:38:12 +0100
 
diff --git a/debian/control b/debian/control
index 3f01344..7db3baa 100644
--- a/debian/control
+++ b/debian/control
@@ -32,9 +32,14 @@ Homepage: http://www.geopandas.org
 
 Package: python-geopandas
 Architecture: all 
-Depends: ${misc:Depends},
+Depends: python-fiona,
+         python-numpy,
+         python-pandas,
+         python-pyproj,
+         python-shapely,
+         python-six,
          ${python:Depends},
-         python-pyproj
+         ${misc:Depends}
 Suggests: python-geopy
 Description: Python tools for geographic data
  GeoPandas is a project to add support for geographic data to
@@ -53,9 +58,14 @@ Description: Python tools for geographic data
 
 Package: python3-geopandas
 Architecture: all
-Depends: ${misc:Depends},
+Depends: python3-fiona,
+         python3-numpy,
+         python3-pandas,
+         python3-pyproj,
+         python3-shapely,
+         python3-six,
          ${python3:Depends},
-         python3-pyproj
+         ${misc:Depends}
 Suggests: python3-geopy
 Description: Python3 tools for geographic data
  GeoPandas is a project to add support for geographic data to

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



More information about the Pkg-grass-devel mailing list