meta-openembedded/meta-python/recipes-devtools/python/python3-cmd2_0.9.16.bb
Khem Raj 48471748f3 python3-cmd2: Add to blacklist
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>
2019-09-07 10:40:01 -07:00

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)"