summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 71bb9a2..19a283e 100644
--- a/debian/control
+++ b/debian/control
@@ -4,13 +4,13 @@ Section: python
Priority: optional
Standards-Version: 3.9.3
Build-Depends: debhelper (>= 7.3.8), python-all (>= 2.6.6-3~),
- python-cliapp, python-ttystatus
+ python-cliapp, python-ttystatus, python-markdown
X-Python-Version: >= 2.6
Package: cmdtest
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6), python-cliapp,
- python-ttystatus
+ python-ttystatus, python-markdown
Description: blackbox testing of Unix command line programs
cmdtest black box tests Unix command line tools. Roughly, it is given a
a script, its input files, and its expected output files. cmdtest runs