summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python-cmd2_0.6.8.bb9
1 files changed, 8 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-cmd2_0.6.8.bb b/meta-python/recipes-devtools/python/python-cmd2_0.6.8.bb
index f4962d6bc..ddc7f38c8 100644
--- a/meta-python/recipes-devtools/python/python-cmd2_0.6.8.bb
+++ b/meta-python/recipes-devtools/python/python-cmd2_0.6.8.bb
@@ -8,4 +8,11 @@ SRC_URI[sha256sum] = "ac780d8c31fc107bf6b4edcbcea711de4ff776d59d89bb167f8819d2d8
8 8
9inherit pypi setuptools 9inherit pypi setuptools
10 10
11RDEPENDS_${PN} += "python-pyparsing" 11RDEPENDS_${PN} += "\
12 ${PYTHON_PN}-doctest \
13 ${PYTHON_PN}-pyparsing \
14 ${PYTHON_PN}-shell \
15 ${PYTHON_PN}-stringold \
16 ${PYTHON_PN}-subprocess \
17 ${PYTHON_PN}-textutils \
18 "