[oe-commits] [meta-openembedded] 20/49: python-vcversioner: add RDEPENDS for the package

git at git.openembedded.org git at git.openembedded.org
Fri Jul 22 19:46:56 UTC 2016


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

commit b7efea7b04f2ae690d8c51c59dfdd2a876bb1284
Author: Derek Straka <derek at asterius.io>
AuthorDate: Sun Jul 10 08:48:01 2016 -0400

    python-vcversioner: add RDEPENDS for the package
    
    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-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"

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


More information about the Openembedded-commits mailing list