mirror of
git://git.openembedded.org/meta-openembedded
synced 2025-12-31 13:38:06 +00:00
python3-gcovr: Add missing runtime dependency
python3-gcovr requires standard python module multiprocessing as runtime dependency. Upstream-Status: Inappropriate [configuration] Signed-off-by: Jasper Orschulko <jasper@fancydomain.eu> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 5564dbb8ff22d9ca4296a68f92f3c9d05fbdf99f) Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit 2c543c3698ef54eece61d6fb6e5f3e5483ab7a97) Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
4ecb60e17e
commit
cbbaa82238
@ -12,6 +12,6 @@ S = "${WORKDIR}/git"
|
||||
inherit setuptools3
|
||||
PIP_INSTALL_PACKAGE = "gcovr"
|
||||
|
||||
RDEPENDS:${PN} += "${PYTHON_PN}-jinja2 ${PYTHON_PN}-lxml ${PYTHON_PN}-setuptools ${PYTHON_PN}-pygments"
|
||||
RDEPENDS:${PN} += "${PYTHON_PN}-jinja2 ${PYTHON_PN}-lxml ${PYTHON_PN}-setuptools ${PYTHON_PN}-pygments ${PYTHON_PN}-multiprocessing"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user