diff --git a/debian/rules b/debian/rules index e592279a..2a728599 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,4 @@ #!/usr/bin/make -f %: - dh $@ --buildsystem=python_distutils + dh $@ --with python3 --buildsystem=python_distutils