summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/control10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/control b/debian/control
index 26700e7..f8908d9 100644
--- a/debian/control
+++ b/debian/control
@@ -4,15 +4,15 @@ Homepage: http://liw.fi/cmdtest/
Section: devel
Priority: optional
Standards-Version: 3.9.8
-Build-Depends: debhelper (>= 9), python-all (>= 2.7~),
- python-cliapp, python-ttystatus, python-markdown
-X-Python-Version: >= 2.7
+Build-Depends: debhelper (>= 9), python3-all (>= 3~),
+ python3-cliapp, python3-ttystatus, python3-markdown
+X-Python-Version: >= 3.0
Package: cmdtest
Provides: yarn
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.7), python-cliapp,
- python-ttystatus, python-markdown
+Depends: ${python:Depends}, ${misc:Depends}, python3 (>= 3~), python3-cliapp,
+ python3-ttystatus, python3-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