mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
python-cmd2: Add python3 version
Providing a python3 version of python-cmd2. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
inherit setuptools3
|
||||
require python-cmd2.inc
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
${PYTHON_PN}-pyperclip \
|
||||
${PYTHON_PN}-colorama \
|
||||
${PYTHON_PN}-attrs \
|
||||
${PYTHON_PN}-wcwidth \
|
||||
"
|
||||
Reference in New Issue
Block a user