diff options
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 |