summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-cmd2_0.9.19.bb
diff options
context:
space:
mode:
authorZang Ruochen <zangrc.fnst@cn.fujitsu.com>2019-10-23 13:48:58 +0800
committerKhem Raj <raj.khem@gmail.com>2019-10-24 01:01:44 -0700
commitf73f6dc96147c9335321d51403d2f89441dffec7 (patch)
tree9e317ad94b16fe68f86269625087d22760dcd38b /meta-python/recipes-devtools/python/python-cmd2_0.9.19.bb
parent35549bdcd6def54fc814bdaf15ef749aabfe301b (diff)
downloadmeta-openembedded-f73f6dc96147c9335321d51403d2f89441dffec7.tar.gz
python-cmd2: upgrade 0.9.18 -> 0.9.19
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-cmd2_0.9.19.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-cmd2_0.9.19.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-cmd2_0.9.19.bb b/meta-python/recipes-devtools/python/python-cmd2_0.9.19.bb
new file mode 100644
index 0000000000..17b6ae2858
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-cmd2_0.9.19.bb
@@ -0,0 +1,14 @@
1inherit setuptools
2require python-cmd2.inc
3
4RDEPENDS_${PN} += "\
5 ${PYTHON_PN}-doctest \
6 ${PYTHON_PN}-pyparsing \
7 ${PYTHON_PN}-pyperclip \
8 ${PYTHON_PN}-shell \
9 ${PYTHON_PN}-six \
10 ${PYTHON_PN}-stringold \
11 ${PYTHON_PN}-subprocess \
12 ${PYTHON_PN}-threading \
13 ${PYTHON_PN}-textutils \
14 "