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:
@@ -6,13 +6,13 @@ LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=03dc788d9a9486be5e6a1d99c2c1ce3a"
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-urllib3 \
|
||||
${PYTHON_PN}-core \
|
||||
${PYTHON_PN}-json \
|
||||
${PYTHON_PN}-logging \
|
||||
${PYTHON_PN}-threading \
|
||||
${PYTHON_PN}-compression \
|
||||
${PYTHON_PN}-datetime \
|
||||
python3-urllib3 \
|
||||
python3-core \
|
||||
python3-json \
|
||||
python3-logging \
|
||||
python3-threading \
|
||||
python3-compression \
|
||||
python3-datetime \
|
||||
"
|
||||
|
||||
SRC_URI[sha256sum] = "34ad8cfc9b877aaa2a8eb86bfe5296a467fffe0619b931a05b181c45f6da59bf"
|
||||
|
||||
Reference in New Issue
Block a user