[python-geopandas] 01/01: Add additional dependencies: pyproj, shapely & pandas.

Bas Couwenberg sebastic at xs4all.nl
Tue Dec 30 08:12:19 UTC 2014


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

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

commit 5cc2e2e627474df6b9cc1c911983b0f08bb06e3e
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Tue Dec 30 09:11:49 2014 +0100

    Add additional dependencies: pyproj, shapely & pandas.
---
 debian/control | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 8a6e5be..3f64703 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,12 @@ Build-Depends: debhelper (>= 9),
                python3-descartes,
                python-fiona,
                python3-fiona,
+               python-pyproj,
+               python3-pyproj,
+               python-shapely,
+               python3-shapely,
+               python-pandas,
+               python3-pandas,
 Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/geopandas.git/
 Vcs-Git: git://anonscm.debian.org/pkg-grass/geopandas.git
@@ -21,7 +27,8 @@ Homepage: http://www.geopandas.org
 
 Package: python-geopandas
 Architecture: all 
-Depends:  ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends},
+         ${python:Depends}
 Description: Python tools for geographic data
  GeoPandas is a project to add support for geographic data to
  [pandas](http://pandas.pydata.org) objects.  It currently implements
@@ -40,7 +47,8 @@ Description: Python tools for geographic data
 
 Package: python3-geopandas
 Architecture: all
-Depends:  ${misc:Depends}, ${python3:Depends}
+Depends: ${misc:Depends},
+         ${python3:Depends}
 Description: Python3 tools for geographic data
  GeoPandas is a project to add support for geographic data to
  [pandas](http://pandas.pydata.org) objects.  It currently implements

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