[oe-commits] [meta-openembedded] 35/49: python-cmd2: update RDEPENDS to pull in required packages

git at git.openembedded.org git at git.openembedded.org
Fri Jul 22 19:47:11 UTC 2016


martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit 3cac200a6557d2d28a70313d7a6c41b61ed94931
Author: Derek Straka <derek at asterius.io>
AuthorDate: Fri Jul 15 15:04:57 2016 -0400

    python-cmd2: update RDEPENDS to pull in required packages
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-python/recipes-devtools/python/python-cmd2_0.6.8.bb | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

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 f4962d6..ddc7f38 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 \
+    "

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list