[pysal] 04/06: Add recommended dependencies.

Bas Couwenberg sebastic at debian.org
Fri Sep 30 10:55:48 UTC 2016


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

sebastic pushed a commit to branch master
in repository pysal.

commit 33ee1dcb9d11b647e46ebcb601ddd6c553f92150
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Sep 30 11:51:51 2016 +0200

    Add recommended dependencies.
---
 debian/changelog |  1 +
 debian/control   | 32 +++++++++++++++++++++++++++++++-
 2 files changed, 32 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0b3dfdf..f17ce15 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ pysal (1.12.0-1) UNRELEASED; urgency=medium
 
   * Team upload.
   * New upstream release.
+  * Add recommended dependencies.
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 30 Sep 2016 11:47:31 +0200
 
diff --git a/debian/control b/debian/control
index 00359b4..ba5583c 100644
--- a/debian/control
+++ b/debian/control
@@ -7,16 +7,30 @@ Build-Depends: debhelper (>= 9),
                dh-python,
                python-all,
                python3-all,
+               python-geojson,
+               python3-geojson,
+               python-geopandas,
+               python3-geopandas,
+               python-matplotlib,
+               python3-matplotlib,
                python-nose-exclude,
                python3-nose-exclude,
+               python-numexpr,
+               python3-numexpr,
                python-numpy,
                python3-numpy,
+               python-pandas,
+               python3-pandas,
                python-scipy,
                python3-scipy,
+               python-seaborn,
+               python3-seaborn,
                python-setuptools,
                python3-setuptools,
                python-shapely,
-               python3-shapely
+               python3-shapely,
+               python-sklearn,
+               python3-sklearn
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/pysal.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/pysal.git
@@ -29,6 +43,14 @@ Depends: python-lxml,
          python-scipy,
          ${python:Depends},
          ${misc:Depends}
+Recommends: python-geojson,
+            python-geopandas,
+            python-matplotlib,
+            python-numexpr,
+            python-pandas,
+            python-seaborn,
+            python-shapely,
+            python-sklearn
 Description: Python Spatial Analysis Library - Python 2
  PySAL is an open source library of spatial analysis functions written in
  Python intended to support the development of high level applications.
@@ -58,6 +80,14 @@ Depends: python3-lxml,
          python3-scipy,
          ${python3:Depends},
          ${misc:Depends}
+Recommends: python3-geojson,
+            python3-geopandas,
+            python3-matplotlib,
+            python3-numexpr,
+            python3-pandas,
+            python3-seaborn,
+            python3-shapely,
+            python3-sklearn
 Description: Python Spatial Analysis Library - Python 3
  PySAL is an open source library of spatial analysis functions written in
  Python intended to support the development of high level applications.

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



More information about the Pkg-grass-devel mailing list