diff options
author | Jasper Orschulko <jasper@fancydomain.eu> | 2023-04-15 09:45:55 +0200 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-05-08 09:51:05 -0400 |
commit | cbbaa82238cd60f08c9b9cb58dde59d5f9318c7b (patch) | |
tree | 4abaa539f6dc2433e1e802ec047dc923b83fc13f | |
parent | 4ecb60e17e8b5873270a9a9a60d5f7b905ae59b8 (diff) | |
download | meta-openembedded-langdale.tar.gz |
python3-gcovr: Add missing runtime dependencylangdale-nextlangdale
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>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-gcovr_5.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-gcovr_5.2.bb b/meta-python/recipes-devtools/python/python3-gcovr_5.2.bb index 03231f926..8d66545fe 100644 --- a/meta-python/recipes-devtools/python/python3-gcovr_5.2.bb +++ b/meta-python/recipes-devtools/python/python3-gcovr_5.2.bb | |||
@@ -12,6 +12,6 @@ S = "${WORKDIR}/git" | |||
12 | inherit setuptools3 | 12 | inherit setuptools3 |
13 | PIP_INSTALL_PACKAGE = "gcovr" | 13 | PIP_INSTALL_PACKAGE = "gcovr" |
14 | 14 | ||
15 | RDEPENDS:${PN} += "${PYTHON_PN}-jinja2 ${PYTHON_PN}-lxml ${PYTHON_PN}-setuptools ${PYTHON_PN}-pygments" | 15 | RDEPENDS:${PN} += "${PYTHON_PN}-jinja2 ${PYTHON_PN}-lxml ${PYTHON_PN}-setuptools ${PYTHON_PN}-pygments ${PYTHON_PN}-multiprocessing" |
16 | 16 | ||
17 | BBCLASSEXTEND = "native nativesdk" | 17 | BBCLASSEXTEND = "native nativesdk" |