aboutsummaryrefslogtreecommitdiff
path: root/scripts/build-debian-control-files.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2020-09-02 14:12:22 -0400
committerRob Austein <sra@hactrn.net>2020-09-02 14:12:22 -0400
commit18e88b3692f7b7c907319bb52d9681ec5d7c4fcd (patch)
treef1a8f65d15cc1453745a25bd06b1151366e7709a /scripts/build-debian-control-files.py
parent558bf7cae463caa1dcda176a12d0794f9a5a36ac (diff)
parent3e82e03f24fdde680a4224427b6bb58237b966bc (diff)
Merge Python3 support
Diffstat (limited to 'scripts/build-debian-control-files.py')
-rwxr-xr-xscripts/build-debian-control-files.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/scripts/build-debian-control-files.py b/scripts/build-debian-control-files.py
index 9817248..46958ea 100755
--- a/scripts/build-debian-control-files.py
+++ b/scripts/build-debian-control-files.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
import subprocess
import argparse
@@ -25,18 +25,18 @@ Priority: optional
Standards-Version: 3.9.6
Build-Depends: debhelper (>= 9),
dh-python,
- python (>= 2.7),
- python-yaml
+ python3-yaml,
+ python3
Homepage: http://trac.cryptech.is/wiki
Package: {args.package}
Architecture: any
-Depends: python,
- python-serial (>= 3.0),
- python-tornado (>= 4.0),
- python-crypto,
+Depends: python3,
+ python3-serial (>= 3.0),
+ python3-tornado (>= 4.0),
+ python3-crypto,
${{misc:Depends}},
- ${{python:Depends}},
+ ${{python3:Depends}},
${{shlibs:Depends}}
{conflicts}\
Description: Cryptech Project open-source cryptographic software and firmware.