mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 16:58:24 +00:00
meta-python: drop ${PYTHON_PN}
python 2 is long unsupported, so we no longer need this variable. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -8,14 +8,14 @@ SRC_URI[sha256sum] = "0095b12bf5966de529c0feb1fa08671671b3368eec77d7ef7ab114be2c
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
DEPENDS += " \
|
||||
${PYTHON_PN}-setuptools-scm-native \
|
||||
${PYTHON_PN}-toml-native \
|
||||
python3-setuptools-scm-native \
|
||||
python3-toml-native \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
${PYTHON_PN}-html \
|
||||
${PYTHON_PN}-core \
|
||||
${PYTHON_PN}-io \
|
||||
${PYTHON_PN}-math \
|
||||
${PYTHON_PN}-profile \
|
||||
python3-html \
|
||||
python3-core \
|
||||
python3-io \
|
||||
python3-math \
|
||||
python3-profile \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user