mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-17 22:48:28 +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:
@@ -16,10 +16,10 @@ inherit pypi python_setuptools_build_meta
|
||||
CLEANBROKEN = "1"
|
||||
|
||||
RDEPENDS:${PN} = " \
|
||||
${PYTHON_PN}-blinker \
|
||||
${PYTHON_PN}-click \
|
||||
${PYTHON_PN}-itsdangerous \
|
||||
${PYTHON_PN}-jinja2 \
|
||||
${PYTHON_PN}-profile \
|
||||
${PYTHON_PN}-werkzeug \
|
||||
python3-blinker \
|
||||
python3-click \
|
||||
python3-itsdangerous \
|
||||
python3-jinja2 \
|
||||
python3-profile \
|
||||
python3-werkzeug \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user