diff options
Diffstat (limited to 'meta/classes/distutils3-base.bbclass')
-rw-r--r-- | meta/classes/distutils3-base.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
1 | DEPENDS += "${@["${PYTHON_PN}-native ${PYTHON_PN}", ""][(d.getVar('PACKAGES', True) == '')]}" | 1 | DEPENDS += "${@["${PYTHON_PN}-native ${PYTHON_PN}", ""][(d.getVar('PACKAGES', True) == '')]}" |
2 | RDEPENDS_${PN} += "${@['', '${PYTHON_PN}-core']['${CLASSOVERRIDE}' == 'class-target']}" | 2 | RDEPENDS_${PN} += "${@['', '${PYTHON_PN}-core']['${CLASSOVERRIDE}' == 'class-target']}" |
3 | 3 | ||
4 | PYTHON_BASEVERSION = "3.3" | 4 | PYTHON_BASEVERSION = "3.4" |
5 | PYTHON_ABI = "m" | 5 | PYTHON_ABI = "m" |
6 | 6 | ||
7 | inherit distutils-common-base python3native | 7 | inherit distutils-common-base python3native |