Changes PYTHON_BASEVERSION = 3.4 to fix errors when installing
python3-distribute and probably other libraries
Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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
-PYTHON_BASEVERSION = "3.3"
+PYTHON_BASEVERSION = "3.4"
PYTHON_ABI = "m"
inherit distutils-native-base
-PYTHON_BASEVERSION = "3.3"
+PYTHON_BASEVERSION = "3.4"
inherit python-dir