From b7efea7b04f2ae690d8c51c59dfdd2a876bb1284 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sun, 10 Jul 2016 08:48:01 -0400 Subject: python-vcversioner: add RDEPENDS for the package Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-vcversioner_2.16.0.0.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta-python/recipes-devtools/python') 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 9308c12afb..f4a6009f87 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" -- cgit 1.2.3-korg