From 03da683a55582a05154104abf986678f3d578a6c Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 25 Apr 2016 15:57:59 +0300 Subject: python3-dir.bbclass: add a separate class for Python 3 This is much cleaner than sharing python-dir.bbclass between python 2 and 3 classes, and doing confusing overrides in them. (From OE-Core rev: 3891fcec863602a0ae6d0f3d305ea50a79a205d9) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/classes/distutils3-base.bbclass | 3 --- 1 file changed, 3 deletions(-) (limited to 'meta/classes/distutils3-base.bbclass') diff --git a/meta/classes/distutils3-base.bbclass b/meta/classes/distutils3-base.bbclass index 2a093d3a8c..82ab6a3d1c 100644 --- a/meta/classes/distutils3-base.bbclass +++ b/meta/classes/distutils3-base.bbclass @@ -1,8 +1,5 @@ DEPENDS += "${@["${PYTHON_PN}-native ${PYTHON_PN}", ""][(d.getVar('PACKAGES', True) == '')]}" RDEPENDS_${PN} += "${@['', '${PYTHON_PN}-core']['${CLASSOVERRIDE}' == 'class-target']}" -PYTHON_BASEVERSION = "3.5" -PYTHON_ABI = "m" - inherit distutils-common-base python3native -- cgit v1.2.3-54-g00ecf