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:
Zheng Ruoqin
2019-09-02 13:22:08 +08:00
committed by Khem Raj
parent 05d4ee94cc
commit dc66ca8495
3 changed files with 24 additions and 13 deletions
@@ -0,0 +1,9 @@
inherit setuptools3
require python-cmd2.inc
RDEPENDS_${PN} += "\
${PYTHON_PN}-pyperclip \
${PYTHON_PN}-colorama \
${PYTHON_PN}-attrs \
${PYTHON_PN}-wcwidth \
"