[oe] [meta-python][PATCH 2/2] python-vcversioner: add RDEPENDS for the package

Derek Straka derek at asterius.io
Sun Jul 10 12:48:01 UTC 2016


Signed-off-by: Derek Straka <derek at asterius.io>
---
 meta-python/recipes-devtools/python/python-vcversioner_2.16.0.0.bb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python-vcversioner_2.16.0.0.bb b/meta-python/recipes-devtools/python/python-vcversioner_2.16.0.0.bb
index 9308c12..f4a6009 100644
--- a/meta-python/recipes-devtools/python/python-vcversioner_2.16.0.0.bb
+++ b/meta-python/recipes-devtools/python/python-vcversioner_2.16.0.0.bb
@@ -17,4 +17,8 @@ do_install_append() {
     install -m 0644 ${S}/vcversioner*.egg ${D}/${PYTHON_SITEPACKAGES_DIR}/
 }
 
+RDEPENDS_${PN} += "\
+    ${PYTHON_PN}-subprocess \
+    "
+
 BBCLASSEXTEND = "native"
-- 
1.9.1




More information about the Openembedded-devel mailing list