diff options
author | Derek Straka <derek@asterius.io> | 2016-07-15 15:04:57 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-07-22 21:45:39 +0200 |
commit | 3cac200a6557d2d28a70313d7a6c41b61ed94931 (patch) | |
tree | 4b5176745c8dd686cfe268ba2ef29cd8b902deee /meta-python/recipes-devtools | |
parent | ae9a0c58b44dc8800eed734df1195976f11fe2d8 (diff) | |
download | meta-openembedded-3cac200a6557d2d28a70313d7a6c41b61ed94931.tar.gz |
python-cmd2: update RDEPENDS to pull in required packages
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-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 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 | ||
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 | " | ||