diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-06-23 16:39:00 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-24 09:01:52 -0700 |
commit | 866cfb9bd8217da85458eb544ce9fb892779c821 (patch) | |
tree | d59e04cba42d22ad6bd29add2c399a12b2148344 /meta-python/recipes-devtools/python/python3-aspectlib_2.0.0.bb | |
parent | 54fba67fb4621983044b9ee5d7e2389ea0349771 (diff) | |
download | meta-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/recipes-devtools/python/python3-aspectlib_2.0.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-aspectlib_2.0.0.bb | 5 |
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 | ||
30 | RDEPENDS:${PN} += "python3-core python3-fields" | 30 | RDEPENDS:${PN} += " \ |
31 | python3-fields \ | ||
32 | python3-logging \ | ||
33 | " | ||
31 | 34 | ||
32 | BBCLASSEXTEND = "native nativesdk" | 35 | BBCLASSEXTEND = "native nativesdk" |