mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Its missing a rdep(python3-colorama), unless that recipe is added to meta-python, its in blacklist and eventually it will be deleted before zeus release if the rdep is still not submitted Signed-off-by: Khem Raj <raj.khem@gmail.com>
11 lines
314 B
BlitzBasic
11 lines
314 B
BlitzBasic
inherit setuptools3
|
|
require python-cmd2.inc
|
|
|
|
RDEPENDS_${PN} += "\
|
|
${PYTHON_PN}-pyperclip \
|
|
${PYTHON_PN}-colorama \
|
|
${PYTHON_PN}-attrs \
|
|
${PYTHON_PN}-wcwidth \
|
|
"
|
|
PNBLACKLIST[python3-cmd2] = "Nothing RPROVIDES 'python3-colorama' (but python3-cmd2_0.9.16.bb RDEPENDS on or otherwise requires it)"
|