mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 04:49:29 +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:
@@ -12,7 +12,7 @@ inherit setuptools3
|
||||
PIP_INSTALL_PACKAGE = "PyMetno"
|
||||
|
||||
RDEPENDS:${PN} = "\
|
||||
${PYTHON_PN}-aiohttp (>=3.6.1) \
|
||||
${PYTHON_PN}-async-timeout (>=3.0.1) \
|
||||
${PYTHON_PN}-pytz (>=2019.3) \
|
||||
python3-aiohttp (>=3.6.1) \
|
||||
python3-async-timeout (>=3.0.1) \
|
||||
python3-pytz (>=2019.3) \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user