mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-01 15:18:26 +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:
@@ -6,12 +6,12 @@ SRC_URI[sha256sum] = "4dcfa4b13a55685c49d3d17c10631eca18c33770f66316f8ef2337b895
|
||||
|
||||
DEPENDS = "systemd python3-cython-native"
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-xml \
|
||||
${PYTHON_PN}-lxml \
|
||||
${PYTHON_PN}-pprint \
|
||||
${PYTHON_PN}-core \
|
||||
${PYTHON_PN}-shell \
|
||||
${PYTHON_PN}-io \
|
||||
python3-xml \
|
||||
python3-lxml \
|
||||
python3-pprint \
|
||||
python3-core \
|
||||
python3-shell \
|
||||
python3-io \
|
||||
"
|
||||
REQUIRED_DISTRO_FEATURES = "systemd"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user