python-cmd2: upgrade 0.9.21 -> 0.9.22

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Zang Ruochen
2020-01-02 12:53:34 +08:00
committed by Khem Raj
parent c626bebcb9
commit 2f03af6ba0
3 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,14 @@
inherit setuptools
require python-cmd2.inc
RDEPENDS_${PN} += "\
${PYTHON_PN}-doctest \
${PYTHON_PN}-pyparsing \
${PYTHON_PN}-pyperclip \
${PYTHON_PN}-shell \
${PYTHON_PN}-six \
${PYTHON_PN}-stringold \
${PYTHON_PN}-subprocess \
${PYTHON_PN}-threading \
${PYTHON_PN}-textutils \
"