summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-05-31 10:29:13 +0200
committerKhem Raj <raj.khem@gmail.com>2023-06-06 23:07:59 -0700
commitb7c4fbba0dd82e579b665a63e01929848db76dc2 (patch)
tree4d366ca98036f18cd820f93c69aea8d3ab64da90 /meta-python
parente20ebe6ce4f8b991cd4f153352274850d416f090 (diff)
downloadmeta-openembedded-b7c4fbba0dd82e579b665a63e01929848db76dc2.tar.gz
python3-oslash: 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-oslash_0.6.3.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-oslash_0.6.3.bb b/meta-python/recipes-devtools/python/python3-oslash_0.6.3.bb
index d9d977b705..b926484db0 100644
--- a/meta-python/recipes-devtools/python/python3-oslash_0.6.3.bb
+++ b/meta-python/recipes-devtools/python/python3-oslash_0.6.3.bb
@@ -14,8 +14,9 @@ PYPI_PACKAGE = "OSlash"
14 14
15inherit pypi setuptools3 15inherit pypi setuptools3
16 16
17RDEPENDS:${PN} += "\ 17RDEPENDS:${PN} += " \
18 python3-core \ 18 python3-json \
19 python3-typing-extensions \
19" 20"
20 21
21BBCLASSEXTEND = "native nativesdk" 22BBCLASSEXTEND = "native nativesdk"