From 71eee0d6c5e1b7ecd64ec10b14efb1dcf3c73791 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 28 Nov 2019 10:46:50 +0200 Subject: Change: build depend, depend on Python3 --- debian/control | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'debian/control') 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 -- cgit v1.2.1