summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-02-14 14:44:22 +0200
committerLars Wirzenius <liw@liw.fi>2016-02-14 14:44:22 +0200
commit462e95b53dec17067816d6179fe89dae4d5a16ff (patch)
tree9a89c9f0d6d922769c4893c01e27eee8952adf11
parentcc86ef0b90e7efcbb9c82188e45de5a37c17c00f (diff)
downloadobnam-benchmarks-462e95b53dec17067816d6179fe89dae4d5a16ff.tar.gz
Add more missing dependencies
-rw-r--r--debian/changelog3
-rw-r--r--debian/control6
2 files changed, 6 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index f2396fc..65f6ef7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
obbench (0.10+git-1) UNRELEASED; urgency=medium
- * Add build and runtime dependency on python-jinja2.
+ * Add build and runtime dependency on python-jinja2,
+ python-markdown, python-ttystatus, python-yaml.
-- Lars Wirzenius <liw@liw.fi> Sun, 14 Feb 2016 14:35:04 +0200
diff --git a/debian/control b/debian/control
index ef9901a..aab19fa 100644
--- a/debian/control
+++ b/debian/control
@@ -4,12 +4,14 @@ Section: python
Priority: optional
Standards-Version: 3.9.6
Build-Depends: debhelper (>= 9~), python-all (>= 2.7~),
- python-cliapp, python-jinja2
+ python-cliapp, python-jinja2, python-markdown, python-ttystatus,
+ python-yaml
X-Python-Version: >= 2.7
Package: obbench
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.7),
- python-cliapp, python-jinja2
+ python-cliapp, python-jinja2, python-markdown, python-ttystatus,
+ python-yaml
Description: benchmarking tool for Obnam
Run benchmarks for the Obnam backup program.