Fix build error in Ubuntu 18.04: 19/230119/2 accepted/tools_devbase_tools_legacy devel master accepted/tools/devbase/tools/legacy/20240422.110823 accepted/tools/devbase/tools/legacy/20240423.040706 accepted/tools/devbase/tools/legacy/20240424.050647 submit/trunk/20200409.202020 submit/trunk/20200612.131210 submit/trunk/20200612.180310 submit/trunk/20200612.182210 submit/trunk/20200612.185510 submit/trunk/20200612.191020 submit/trunk/20200615.140020 submit/trunk/20201029.114030 submit/trunk/20201029.132130
authorbiao716.wang <biao716.wang@samsung.com>
Sun, 5 Apr 2020 11:01:57 +0000 (20:01 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Sun, 5 Apr 2020 11:13:34 +0000 (20:13 +0900)
commite34479197997ab4f8e3644aa61101e9187960fa8
treef808a004dd80b2b3c262f6c52bf17be037cca4b0
parenta5fc02e333219a787dfb5fe5a505546a018afd1b
Fix build error in Ubuntu 18.04:
 fakeroot debian/rules clean
[   75s] dh clean --with python3 --buildsystem=pybuild
[   75s] dh: unable to load addon python3: Can't locate Debian/Debhelper/Sequence/python3.pm in @INC
(you may need to install the Debian::Debhelper::Sequence::python3 module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.1 /usr/local/share/perl/5.26.1
/usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at (eval 7) line 1.

Reason: It looks like python3 used to depend on dh-python, but it no longer does.  I'll add dh-python explicitly as a build dependency.

Change-Id: If687c0617f215124cfa1cbb344e9a410286b9bc3
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
debian/control