From 528a25654503b3067e03d05a568c879c130c1e0c Mon Sep 17 00:00:00 2001 From: Alejandro Hernandez Date: Mon, 13 Apr 2015 13:13:26 -0500 Subject: python3: Change python BASEVERSION to 3.4 Changes PYTHON_BASEVERSION = 3.4 to fix errors when installing python3-distribute and probably other libraries (From OE-Core rev: 59bad496fb57fdc5356ddc343f58eb69ff207863) Signed-off-by: Alejandro Hernandez Signed-off-by: Richard Purdie --- meta/classes/distutils3-base.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/classes/distutils3-base.bbclass') diff --git a/meta/classes/distutils3-base.bbclass b/meta/classes/distutils3-base.bbclass index d4d25dccb9..af3aa006fc 100644 --- a/meta/classes/distutils3-base.bbclass +++ b/meta/classes/distutils3-base.bbclass @@ -1,7 +1,7 @@ DEPENDS += "${@["${PYTHON_PN}-native ${PYTHON_PN}", ""][(d.getVar('PACKAGES', True) == '')]}" RDEPENDS_${PN} += "${@['', '${PYTHON_PN}-core']['${CLASSOVERRIDE}' == 'class-target']}" -PYTHON_BASEVERSION = "3.3" +PYTHON_BASEVERSION = "3.4" PYTHON_ABI = "m" inherit distutils-common-base python3native -- cgit v1.2.3-54-g00ecf