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:
@@ -9,9 +9,9 @@ SRC_URI[sha256sum] = "603a46e5c358ce20ac4807a0eeafac7505d1125a4c1bd8378757ada06f
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS:${PN} += "${PYTHON_PN}-prettytable \
|
||||
${PYTHON_PN}-cmd2 \
|
||||
${PYTHON_PN}-pyparsing"
|
||||
RDEPENDS:${PN} += "python3-prettytable \
|
||||
python3-cmd2 \
|
||||
python3-pyparsing"
|
||||
|
||||
SRC_URI[md5sum] = "603821d06db945c71d811b5a8d78423c"
|
||||
SRC_URI[sha256sum] = "fe249b52e20498e59e0b5c5256aa52ee99fc295b26ec9eaa85776ffdb9fe6374"
|
||||
|
||||
Reference in New Issue
Block a user