This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository pycsw.
commit 5b03711d8f4168a86eec4711c840bf20cfc28073 Author: Bas Couwenberg <[email protected]> Date: Wed Jul 6 22:33:28 2016 +0200 Add python-six & python-xmltodict to dependencies. --- debian/changelog | 1 + debian/control | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index c9b38e8..781fa0e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ pycsw (2.0.0~rc1+dfsg-1) UNRELEASED; urgency=medium * Use dh_installdocs to install doc-base file. * Override dh_install to use --list-missing. * Update WSGI script to install. + * Add python-six & python-xmltodict to dependencies. -- Bas Couwenberg <[email protected]> Wed, 06 Jul 2016 17:46:22 +0200 diff --git a/debian/control b/debian/control index 1de5583..0976223 100644 --- a/debian/control +++ b/debian/control @@ -27,7 +27,9 @@ Depends: ${python:Depends}, python-owslib, python-pyproj, python-shapely, + python-six, python-tz, + python-xmltodict, ${misc:Depends} Recommends: python-pycsw-wsgi Description: OGC compliant metadata (Catalogue service for the Web) server -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pycsw.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

