From 4af86199eb9ba6dc70af76baf4d1f44caed8467d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 14 Oct 2022 06:57:39 +0200 Subject: [PATCH] debian: build python3 package (#70074) --- debian/rules | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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