summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-process-tests_2.1.2.bb
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-05-31 10:23:00 +0200
committerKhem Raj <raj.khem@gmail.com>2023-06-06 23:07:58 -0700
commite11f1d0eade9083adaf19769dcb5c9259a9a60a5 (patch)
tree8218dc646abff6e0cbbe991d2d9c46e560460ae8 /meta-python/recipes-devtools/python/python3-process-tests_2.1.2.bb
parent83dcfaae48925232fde4c842325e76a5015b9d06 (diff)
downloadmeta-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.bb6
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
13RDEPENDS:${PN} += "python3-core" 13RDEPENDS:${PN} += "python3-core"
14 14
15BBCLASSEXTEND = "native nativesdk" 15BBCLASSEXTEND = "native nativesdk"
16
17RDEPENDS:${PN} += " \
18 python3-io \
19 python3-logging \
20 python3-unittest \
21"