debian: build python3 package (#70074)

This commit is contained in:
Frédéric Péters 2022-10-14 06:57:39 +02:00
parent 5922d2f2a4
commit 4af86199eb
1 changed files with 1 additions and 3 deletions

4
debian/rules vendored
View File

@ -3,6 +3,4 @@
export PYBUILD_NAME=django-journal
%:
dh $@ --with python2 --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild