[python-geopandas] 02/02: Add pyproj to dependencies
Johan Van de Wauw
johanvdw-guest at moszumanska.debian.org
Mon Jun 8 18:37:08 UTC 2015
This is an automated email from the git hooks/post-receive script.
johanvdw-guest pushed a commit to branch master
in repository python-geopandas.
commit 37e4d1e4a2222b7e7216ee9aa7705cfa79adda22
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date: Mon Jun 8 20:34:41 2015 +0200
Add pyproj to dependencies
---
debian/control | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index fd35c9c..a630775 100644
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,9 @@ Homepage: http://www.geopandas.org
Package: python-geopandas
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends},
+ ${python:Depends},
+ python-pyproj
Suggests:python-geopy
Description: Python tools for geographic data
GeoPandas is a project to add support for geographic data to
@@ -46,7 +48,9 @@ Description: Python tools for geographic data
Package: python3-geopandas
Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
+Depends: ${misc:Depends},
+ ${python3:Depends},
+ python3-pyproj
Suggests: python3-geopy
Description: Python3 tools for geographic data
GeoPandas is a project to add support for geographic data to
@@ -70,5 +74,4 @@ Architecture: all
Depends: ${sphinxdoc:Depends},
${misc:Depends}
Description: Documentation for the geopandas library
-Section: doc
-
+Section: doc
--
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