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