aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qt5-creator_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-11-26 21:34:49 -0800
committerMartin Jansa <Martin.Jansa@gmail.com>2019-11-28 04:55:09 +0100
commit456ec4ac9560ba184e1a20ee491b0365713edadb (patch)
treef4d670f16ef447189adfccc81634499e0ac21c60 /recipes-qt/qt5/qt5-creator_git.bb
parentf264e5dd1b589a1cf2d3904bd8c88605de43c5f6 (diff)
qt5-creator, qtbase: Replace python with python3
Ensure py3 is used during build Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qt5-creator_git.bb')
-rw-r--r--recipes-qt/qt5/qt5-creator_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qt5-creator_git.bb b/recipes-qt/qt5/qt5-creator_git.bb
index a3960042..a2717ee6 100644
--- a/recipes-qt/qt5/qt5-creator_git.bb
+++ b/recipes-qt/qt5/qt5-creator_git.bb
@@ -66,7 +66,7 @@ FILES_${PN}-dev += " \
${libdir}${QT_DIR_NAME}/qtcreator/*${SOLIBSDEV} \
"
-RDEPENDS_${PN} += "perl python"
+RDEPENDS_${PN} += "perl python3"
RCONFLICTS_${PN} = "qt-creator"
# To give best user experience out of the box..