summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-06-23 16:39:00 +0200
committerKhem Raj <raj.khem@gmail.com>2023-06-24 09:01:52 -0700
commit866cfb9bd8217da85458eb544ce9fb892779c821 (patch)
treed59e04cba42d22ad6bd29add2c399a12b2148344 /meta-python
parent54fba67fb4621983044b9ee5d7e2389ea0349771 (diff)
downloadmeta-openembedded-866cfb9bd8217da85458eb544ce9fb892779c821.tar.gz
python3-aspectlib: 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')
-rw-r--r--meta-python/recipes-devtools/python/python3-aspectlib_2.0.0.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-aspectlib_2.0.0.bb b/meta-python/recipes-devtools/python/python3-aspectlib_2.0.0.bb
index d2b0864caa..1341513289 100644
--- a/meta-python/recipes-devtools/python/python3-aspectlib_2.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-aspectlib_2.0.0.bb
@@ -27,6 +27,9 @@ RDEPENDS:${PN}-ptest += "\
27 python3-unittest-automake-output \ 27 python3-unittest-automake-output \
28" 28"
29 29
30RDEPENDS:${PN} += "python3-core python3-fields" 30RDEPENDS:${PN} += " \
31 python3-fields \
32 python3-logging \
33"
31 34
32BBCLASSEXTEND = "native nativesdk" 35BBCLASSEXTEND = "native nativesdk"