diff options
author | Rob Austein <sra@hactrn.net> | 2021-11-14 20:21:23 -0500 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2021-11-14 20:21:23 -0500 |
commit | 7d6eb4f759fcec4da6d014e10ab82430a8c13c05 (patch) | |
tree | a8262b71edd265244398fa067a2117b4d75d3e88 /debian/rules | |
parent | 92cbded2a3207c55e03b117b1ccbc8d9a5f084ea (diff) |
Convert to Python 3
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 72c4fa7..3ec1a15 100755 --- a/debian/rules +++ b/debian/rules @@ -2,5 +2,5 @@ export PYBUILD_NAME=zc %: - dh $@ --with python2 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild |