From 8c0eeb1b2da44cd9ffa8cb9e2e3601538f04a0e9 Mon Sep 17 00:00:00 2001 From: Nicolas Hislaire Date: Fri, 19 Jun 2020 16:26:48 +0200 Subject: [PATCH] [TELE-569] add python3 to rules file debian package and pybuild name --- debian/rules | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 4647c9c..6df0b59 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,9 @@ #!/usr/bin/make -f +export PYBUILD_NAME=passerelle-imio-ia-delib + %: - dh $@ --with python2 + dh $@ --with python2,python3 --buildsystem=pybuild + +override_dh_auto_test: +