diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-05-31 10:23:00 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-06 23:07:58 -0700 |
commit | e11f1d0eade9083adaf19769dcb5c9259a9a60a5 (patch) | |
tree | 8218dc646abff6e0cbbe991d2d9c46e560460ae8 /meta-python/recipes-devtools/python/python3-process-tests_2.1.2.bb | |
parent | 83dcfaae48925232fde4c842325e76a5015b9d06 (diff) | |
download | meta-openembedded-e11f1d0eade9083adaf19769dcb5c9259a9a60a5.tar.gz |
python3-process-tests: add missing run-time dependencies
Add missing RDEPENDS for this package.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-process-tests_2.1.2.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-process-tests_2.1.2.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-process-tests_2.1.2.bb b/meta-python/recipes-devtools/python/python3-process-tests_2.1.2.bb index 24ab0399f9..eb01504f61 100644 --- a/meta-python/recipes-devtools/python/python3-process-tests_2.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-process-tests_2.1.2.bb | |||
@@ -13,3 +13,9 @@ inherit pypi setuptools3 | |||
13 | RDEPENDS:${PN} += "python3-core" | 13 | RDEPENDS:${PN} += "python3-core" |
14 | 14 | ||
15 | BBCLASSEXTEND = "native nativesdk" | 15 | BBCLASSEXTEND = "native nativesdk" |
16 | |||
17 | RDEPENDS:${PN} += " \ | ||
18 | python3-io \ | ||
19 | python3-logging \ | ||
20 | python3-unittest \ | ||
21 | " | ||