diff options
author | Derek Straka <derek@asterius.io> | 2016-07-10 08:48:01 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-07-22 21:45:35 +0200 |
commit | b7efea7b04f2ae690d8c51c59dfdd2a876bb1284 (patch) | |
tree | 3805c65fe2fc7cea07a524d8e31622690445571e /meta-python/recipes-devtools/python/python-vcversioner_2.16.0.0.bb | |
parent | bc892fb0cd52d1c3c7c5b1417d94a0e3f580f60e (diff) | |
download | meta-openembedded-b7efea7b04f2ae690d8c51c59dfdd2a876bb1284.tar.gz |
python-vcversioner: add RDEPENDS for the package
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-vcversioner_2.16.0.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-vcversioner_2.16.0.0.bb | 4 |
1 files changed, 4 insertions, 0 deletions
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 9308c12af..f4a6009f8 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() { | |||
17 | install -m 0644 ${S}/vcversioner*.egg ${D}/${PYTHON_SITEPACKAGES_DIR}/ | 17 | install -m 0644 ${S}/vcversioner*.egg ${D}/${PYTHON_SITEPACKAGES_DIR}/ |
18 | } | 18 | } |
19 | 19 | ||
20 | RDEPENDS_${PN} += "\ | ||
21 | ${PYTHON_PN}-subprocess \ | ||
22 | " | ||
23 | |||
20 | BBCLASSEXTEND = "native" | 24 | BBCLASSEXTEND = "native" |