[TELE-569] Python 3 adaptation

This commit is contained in:
Daniel Muyshond 2020-06-28 18:54:23 +02:00
parent 765d9d5bbd
commit 68cced9c51
1 changed files with 5 additions and 1 deletions

6
debian/rules vendored
View File

@ -1,4 +1,8 @@
#!/usr/bin/make -f
export PYBUILD_NAME=passerelle-imio-ts1-datasources
%:
dh $@ --with python2
dh $@ --with python2,python3 --buildsystem=pybuild
override_dh_auto_test: