mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-17 15:20:32 +00:00
python-vcversioner: add RDEPENDS for the package
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
bc892fb0cd
commit
b7efea7b04
@@ -17,4 +17,8 @@ do_install_append() {
|
||||
install -m 0644 ${S}/vcversioner*.egg ${D}/${PYTHON_SITEPACKAGES_DIR}/
|
||||
}
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
${PYTHON_PN}-subprocess \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
Reference in New Issue
Block a user