summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-11-10 21:44:35 +0100
committerLars Wirzenius <liw@liw.fi>2017-11-10 21:44:35 +0100
commit62a17fd14454ab6796b91d9f82222c7d6529642e (patch)
treef2a9f71b9902ee1c3936d9f053c9de275fabfe05
parent07c65509121c3badf1eaccd9072b7dbcab3fdacf (diff)
downloadttystatus-62a17fd14454ab6796b91d9f82222c7d6529642e.tar.gz
Add: update build-depenencies for Python3
-rw-r--r--debian/control9
1 files 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