mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-30 14:58: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:
@@ -24,13 +24,13 @@ DEPENDS += " \
|
||||
|
||||
# Adding required python package for the ptest (pytest and pytest->automake report translation)
|
||||
RDEPENDS:${PN}-ptest += " \
|
||||
${PYTHON_PN}-pytest \
|
||||
${PYTHON_PN}-unittest-automake-output \
|
||||
${PYTHON_PN}-pytz \
|
||||
python3-pytest \
|
||||
python3-unittest-automake-output \
|
||||
python3-pytz \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
${PYTHON_PN}-core \
|
||||
python3-core \
|
||||
"
|
||||
|
||||
# Installing the test suite on the target
|
||||
|
||||
Reference in New Issue
Block a user