mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-26 06:10:50 +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 setuptools3
|
||||
PIP_INSTALL_PACKAGE = "geomet"
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-click \
|
||||
${PYTHON_PN}-core \
|
||||
${PYTHON_PN}-io \
|
||||
${PYTHON_PN}-json \
|
||||
${PYTHON_PN}-logging \
|
||||
${PYTHON_PN}-six \
|
||||
python3-click \
|
||||
python3-core \
|
||||
python3-io \
|
||||
python3-json \
|
||||
python3-logging \
|
||||
python3-six \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user