[Python-modules-commits] [jinja2-time] 05/06: Add appropriate dependencies for tests

Vincent Bernat bernat at moszumanska.debian.org
Thu May 26 09:38:23 UTC 2016


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

bernat pushed a commit to branch master
in repository jinja2-time.

commit f36018e16033315e829f83b76288cbcd1e2bae98
Author: Vincent Bernat <vincent at bernat.im>
Date:   Thu May 26 11:13:15 2016 +0200

    Add appropriate dependencies for tests
---
 debian/control | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index f0c1e43..9a29ba6 100644
--- a/debian/control
+++ b/debian/control
@@ -4,12 +4,12 @@ Priority: optional
 Maintainer: Vincent Bernat <bernat at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 9), dh-python,
-               python-all,
-               python-arrow,
-               python-jinja2,
-               python-setuptools,
-               python3-all,
-               python3-setuptools,
+               python-all, python3-all,
+               python-arrow, python3-arrow,
+               python-jinja2, python3-jinja2,
+               python-setuptools, python3-setuptools,
+               python-pytest, python3-pytest,
+               python-freezegun, python3-freezegun,
 Standards-Version: 3.9.8
 Homepage: https://github.com/hackebrot/jinja2-time
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/jinja2-time.git

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/jinja2-time.git



More information about the Python-modules-commits mailing list