aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-python
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-01-19 17:51:37 -0800
committerMartin Jansa <Martin.Jansa@gmail.com>2020-01-20 10:42:50 +0100
commit47fb26deddabe331514d54a5884bb319839d7de8 (patch)
tree46f02a46dd87c4b9433facf35455f2b5b0613a87 /recipes-python
parent4060f68d52c91c6b0a9f3cbaaff602262f37bd1e (diff)
recipes: Use python3 during build
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-python')
-rw-r--r--recipes-python/pyqt5/python-pyqt5_5.13.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-python/pyqt5/python-pyqt5_5.13.2.bb b/recipes-python/pyqt5/python-pyqt5_5.13.2.bb
index b8b1d086..690757be 100644
--- a/recipes-python/pyqt5/python-pyqt5_5.13.2.bb
+++ b/recipes-python/pyqt5/python-pyqt5_5.13.2.bb
@@ -1,6 +1,6 @@
require python-pyqt5.inc
-inherit pythonnative python-dir
+inherit python3native python3-dir
DEPENDS += "sip sip-native python"