From 62a17fd14454ab6796b91d9f82222c7d6529642e Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 10 Nov 2017 21:44:35 +0100 Subject: Add: update build-depenencies for Python3 --- debian/control | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index c693877..04d0d75 100644 --- a/debian/control +++ b/debian/control @@ -4,8 +4,13 @@ Homepage: http://liw.fi/ttystatus/ Section: python Priority: optional Standards-Version: 3.9.8 -Build-Depends: debhelper (>= 9), python (>= 2.7~), - python-coverage-test-runner, python-sphinx, pep8, pylint +Build-Depends: debhelper (>= 9), + python (>= 2.7~), + python3, + python-coverage-test-runner, + python3-coverage-test-runner, + pycodestyle, + pylint3 X-Python-Version: >= 2.7 Package: python-ttystatus -- cgit v1.2.1