This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository pysal.
commit ba1ed8c38a31746a1405cd14d472beafecca6e55 Author: Bas Couwenberg <[email protected]> Date: Fri Dec 9 19:08:14 2016 +0100 Move python{,3}-pandas from Recommends to Depends. --- debian/changelog | 1 + debian/control | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3387223..7355c8a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ pysal (1.13.0-1) UNRELEASED; urgency=medium * Team upload. * New upstream release. + * Move python{,3}-pandas from Recommends to Depends. -- Bas Couwenberg <[email protected]> Fri, 09 Dec 2016 19:07:40 +0100 diff --git a/debian/control b/debian/control index ba5583c..d4c2609 100644 --- a/debian/control +++ b/debian/control @@ -40,6 +40,7 @@ X-Python-Version: >= 2.5 Package: python-pysal Architecture: all Depends: python-lxml, + python-pandas, python-scipy, ${python:Depends}, ${misc:Depends} @@ -47,7 +48,6 @@ Recommends: python-geojson, python-geopandas, python-matplotlib, python-numexpr, - python-pandas, python-seaborn, python-shapely, python-sklearn @@ -77,6 +77,7 @@ Description: Python Spatial Analysis Library - Python 2 Package: python3-pysal Architecture: all Depends: python3-lxml, + python3-pandas, python3-scipy, ${python3:Depends}, ${misc:Depends} @@ -84,7 +85,6 @@ Recommends: python3-geojson, python3-geopandas, python3-matplotlib, python3-numexpr, - python3-pandas, python3-seaborn, python3-shapely, python3-sklearn -- 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

