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

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
10 lines
181 B
BlitzBasic
10 lines
181 B
BlitzBasic
inherit setuptools3
|
|
require python-cmd2.inc
|
|
|
|
RDEPENDS_${PN} += "\
|
|
${PYTHON_PN}-pyperclip \
|
|
${PYTHON_PN}-colorama \
|
|
${PYTHON_PN}-attrs \
|
|
${PYTHON_PN}-wcwidth \
|
|
"
|