kate5: build with python3

This commit is contained in:
Piotr Wójcik 2020-04-15 23:57:57 +02:00 committed by Piotr
parent f48a8b4aec
commit 7f95e69b1c

View file

@ -18,5 +18,5 @@ checksum=f60b52e5a6a78920ac703a458f1eaf0ced02ffcd8b5f2d49de9a48674eeb007c
if [ "$CROSS_BUILD" ]; then
configure_args+=" -DKF5_HOST_TOOLING=/usr/lib/cmake"
hostmakedepends+=" kauth-devel kconfig-devel kcoreaddons-devel kpackage-devel kdoctools python qt5-host-tools qt5-qmake"
hostmakedepends+=" kauth-devel kconfig-devel kcoreaddons-devel kpackage-devel kdoctools python3 qt5-host-tools qt5-qmake"
fi