diff --git a/debian/rules b/debian/rules index ae5914f..d126ed8 100755 --- a/debian/rules +++ b/debian/rules @@ -4,5 +4,5 @@ # Sun, 04 Nov 2018 14:59:26 +0100 export PYBUILD_NAME=pywebpush %: - dh $@ --with python2 --buildsystem=pybuild + dh $@ --with python2,python3 --buildsystem=pybuild