summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-02-14 14:39:59 +0200
committerLars Wirzenius <liw@liw.fi>2016-02-14 14:39:59 +0200
commitcc86ef0b90e7efcbb9c82188e45de5a37c17c00f (patch)
tree853f7e3efacb68e995d83cc308e4b56bb5f08de6 /debian/control
parent41a651447edb04210e2f6d1ede4dace655fe5037 (diff)
downloadobnam-benchmarks-cc86ef0b90e7efcbb9c82188e45de5a37c17c00f.tar.gz
Add deps on python-jinja2
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control6
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index f56f802..ef9901a 100644
--- a/debian/control
+++ b/debian/control
@@ -3,11 +3,13 @@ Maintainer: Lars Wirzenius <liw@liw.fi>
Section: python
Priority: optional
Standards-Version: 3.9.6
-Build-Depends: debhelper (>= 9~), python-all (>= 2.7~), python-cliapp
+Build-Depends: debhelper (>= 9~), python-all (>= 2.7~),
+ python-cliapp, python-jinja2
X-Python-Version: >= 2.7
Package: obbench
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.7), python-cliapp
+Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.7),
+ python-cliapp, python-jinja2
Description: benchmarking tool for Obnam
Run benchmarks for the Obnam backup program.