kde-base.bbclass: replace pythonnative by python3native

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2019-12-03 17:21:46 +01:00
parent 7f3eb253fa
commit 776ed96eab

View File

@@ -17,7 +17,7 @@ ${KDE_MIRROR} http://kde.c3sl.ufpr.br \n \
SRC_URI = "${KDE_MIRROR}/stable/${BPN}/${PV}/src/${BPN}-${PV}.tar.xz"
# extra-cmake-modules cause dependent to check for python
inherit cmake_qt5_extra pythonnative
inherit cmake_qt5_extra python3native
DEPENDS += "libxml2-native"