[TELE-569] add python3 to rules file debian package and pybuild name

This commit is contained in:
Nicolas Hislaire 2020-06-19 16:26:48 +02:00
parent 063cf6c35a
commit 8c0eeb1b2d
1 changed files with 6 additions and 1 deletions

7
debian/rules vendored
View File

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