summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-06-23 16:39:19 +0200
committerKhem Raj <raj.khem@gmail.com>2023-06-24 09:01:53 -0700
commitfe17742088e8f90eb915cba7f82a70167a7c924e (patch)
tree7c8d86ea4be366e09c77d71e09c7268e89ba47df /meta-python
parent9f28bbf6a45be8c97ae936c1b3c9dc7b43660a02 (diff)
downloadmeta-openembedded-fe17742088e8f90eb915cba7f82a70167a7c924e.tar.gz
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>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-dbus-next_0.2.3.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-dbus-next_0.2.3.bb b/meta-python/recipes-devtools/python/python3-dbus-next_0.2.3.bb
index 3ee11b9d55..9f6aa7ed7f 100644
--- a/meta-python/recipes-devtools/python/python3-dbus-next_0.2.3.bb
+++ b/meta-python/recipes-devtools/python/python3-dbus-next_0.2.3.bb
@@ -10,3 +10,8 @@ PYPI_PACKAGE = "dbus_next"
10inherit pypi setuptools3 10inherit pypi setuptools3
11 11
12BBCLASSEXTEND = "native nativesdk" 12BBCLASSEXTEND = "native nativesdk"
13
14RDEPENDS:${PN} += " \
15 python3-asyncio \
16 python3-xml \
17"