summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-cmd2_0.9.18.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python-cmd2_0.9.18.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-cmd2_0.9.18.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-cmd2_0.9.18.bb b/meta-python/recipes-devtools/python/python-cmd2_0.9.18.bb
new file mode 100644
index 000000000..17b6ae285
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-cmd2_0.9.18.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 "