summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-11-28 10:46:50 +0200
committerLars Wirzenius <liw@liw.fi>2019-11-28 10:46:50 +0200
commit71eee0d6c5e1b7ecd64ec10b14efb1dcf3c73791 (patch)
treec730c4a0ea1e66fe9a6b54a76357adc9a8980527
parente8b8d90d18408b222a05950257daccbddd7d6926 (diff)
downloadcmdtest-71eee0d6c5e1b7ecd64ec10b14efb1dcf3c73791.tar.gz
Change: build depend, depend on Python3
-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