aboutsummaryrefslogtreecommitdiff
path: root/scripts/build-debian-control-files.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build-debian-control-files.py')
-rwxr-xr-xscripts/build-debian-control-files.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/scripts/build-debian-control-files.py b/scripts/build-debian-control-files.py
index 9817248..c06055d 100755
--- a/scripts/build-debian-control-files.py
+++ b/scripts/build-debian-control-files.py
@@ -26,7 +26,8 @@ Standards-Version: 3.9.6
Build-Depends: debhelper (>= 9),
dh-python,
python (>= 2.7),
- python-yaml
+ python-yaml,
+ python3
Homepage: http://trac.cryptech.is/wiki
Package: {args.package}
@@ -35,6 +36,10 @@ Depends: python,
python-serial (>= 3.0),
python-tornado (>= 4.0),
python-crypto,
+ python3,
+ python3-serial (>= 3.0),
+ python3-tornado (>= 4.0),
+ python3-crypto,
${{misc:Depends}},
${{python:Depends}},
${{shlibs:Depends}}