mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-27 01:48:19 +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:
@@ -13,12 +13,12 @@ UPSTREAM_CHECK_REGEX = "/WTForms/(?P<pver>(\d+[\.\-_]*)+)"
|
||||
inherit pypi python_hatchling
|
||||
|
||||
DEPENDS += "\
|
||||
${PYTHON_PN}-pip-native \
|
||||
${PYTHON_PN}-babel-native \
|
||||
python3-pip-native \
|
||||
python3-babel-native \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-netserver \
|
||||
${PYTHON_PN}-numbers \
|
||||
${PYTHON_PN}-markupsafe \
|
||||
python3-netserver \
|
||||
python3-numbers \
|
||||
python3-markupsafe \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user