This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository pysal.
commit 60629811db10034c7b18778138a7d625c60e8389 Author: Bas Couwenberg <[email protected]> Date: Sat Jun 11 18:12:17 2016 +0200 Add shapely to build dependencies for wkb test, add scipy to dependencies. --- debian/control | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 24281af..00359b4 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,9 @@ Build-Depends: debhelper (>= 9), python-scipy, python3-scipy, python-setuptools, - python3-setuptools + python3-setuptools, + python-shapely, + python3-shapely 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 @@ -24,6 +26,7 @@ X-Python-Version: >= 2.5 Package: python-pysal Architecture: all Depends: python-lxml, + python-scipy, ${python:Depends}, ${misc:Depends} Description: Python Spatial Analysis Library - Python 2 @@ -52,6 +55,7 @@ Description: Python Spatial Analysis Library - Python 2 Package: python3-pysal Architecture: all Depends: python3-lxml, + python3-scipy, ${python3:Depends}, ${misc:Depends} Description: Python Spatial Analysis Library - Python 3 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pysal.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

