mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +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,10 +8,10 @@ inherit pypi setuptools3
|
||||
SRC_URI[sha256sum] = "ea99368214a4ce613924be99d71db58c269631e95eff4fa09b7354e52dc006a5"
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-marshmallow \
|
||||
${PYTHON_PN}-packaging \
|
||||
${PYTHON_PN}-core \
|
||||
${PYTHON_PN}-json \
|
||||
${PYTHON_PN}-asyncio \
|
||||
${PYTHON_PN}-logging \
|
||||
python3-marshmallow \
|
||||
python3-packaging \
|
||||
python3-core \
|
||||
python3-json \
|
||||
python3-asyncio \
|
||||
python3-logging \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user