mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-06 09:15:45 +01:00
python3-dbus-next: 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:
parent
9f28bbf6a4
commit
fe17742088
|
|
@ -10,3 +10,8 @@ PYPI_PACKAGE = "dbus_next"
|
|||
inherit pypi setuptools3
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-asyncio \
|
||||
python3-xml \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user