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>
This commit is contained in:
Bartosz Golaszewski 2023-06-23 16:39:00 +02:00 committed by Khem Raj
parent 54fba67fb4
commit 866cfb9bd8

View File

@ -27,6 +27,9 @@ RDEPENDS:${PN}-ptest += "\
python3-unittest-automake-output \
"
RDEPENDS:${PN} += "python3-core python3-fields"
RDEPENDS:${PN} += " \
python3-fields \
python3-logging \
"
BBCLASSEXTEND = "native nativesdk"