python-cmd2: upgrade 0.9.22 -> 0.9.23

-License-Update: Copyright year updated to 2020.

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu
2020-01-15 05:12:25 -08:00
committed by Khem Raj
parent 7878dff1ee
commit c594f2135d
3 changed files with 3 additions and 3 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 \
"