diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-cmd2_0.6.8.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-cmd2_0.6.8.bb | 9 |
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 f4962d6bc0..ddc7f38c89 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 | ||
9 | inherit pypi setuptools | 9 | inherit pypi setuptools |
10 | 10 | ||
11 | RDEPENDS_${PN} += "python-pyparsing" | 11 | RDEPENDS_${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 | " | ||