debian: declare python3 build

This commit is contained in:
Frédéric Péters 2018-11-08 09:01:01 +01:00
parent fb6d6ffc7f
commit bdcb5bb470
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -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