From 3cac200a6557d2d28a70313d7a6c41b61ed94931 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 15 Jul 2016 15:04:57 -0400 Subject: python-cmd2: update RDEPENDS to pull in required packages Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-cmd2_0.6.8.bb | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python-cmd2_0.6.8.bb') 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 inherit pypi setuptools -RDEPENDS_${PN} += "python-pyparsing" +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-doctest \ + ${PYTHON_PN}-pyparsing \ + ${PYTHON_PN}-shell \ + ${PYTHON_PN}-stringold \ + ${PYTHON_PN}-subprocess \ + ${PYTHON_PN}-textutils \ + " -- cgit v1.2.3-54-g00ecf