diff --git a/debian/rules b/debian/rules index 74c649c..46608f4 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,4 @@ export PYBUILD_NAME=django-journal %: - dh $@ --with python2 --buildsystem=pybuild - - + dh $@ --with python3 --buildsystem=pybuild