[pywps] 05/10: Add python-dateutil to (build) dependencies.

Bas Couwenberg sebastic at debian.org
Sat Dec 3 13:39:10 UTC 2016


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

sebastic pushed a commit to branch experimental
in repository pywps.

commit 3ed84ac1e31113deac31615f6d4dec8a6f6783c1
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Dec 3 10:42:49 2016 +0100

    Add python-dateutil to (build) dependencies.
---
 debian/changelog | 1 +
 debian/control   | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 2cb2d1f..4a59e4a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ pywps (4.0.0~rc3-1) UNRELEASED; urgency=medium
 
   * New upstream release candidate.
   * Don't repack upstream tarball, pre-built docs removed upstream.
+  * Add python-dateutil to (build) dependencies.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sat, 03 Dec 2016 10:33:27 +0100
 
diff --git a/debian/control b/debian/control
index 0b7758d..ccf975b 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Build-Depends: debhelper (>= 9),
                dh-python,
                libjs-mathjax,
                python-all,
+               python-dateutil,
                python-flufl.enum,
                python-gdal,
                python-jsonschema,
@@ -25,7 +26,8 @@ X-Python-Version: >= 2.7
 
 Package: python-pywps
 Architecture: all
-Depends: python-flufl.enum,
+Depends: python-dateutil,
+         python-flufl.enum,
          python-gdal,
          python-jsonschema,
          python-lxml,

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



More information about the Pkg-grass-devel mailing list