diff options
| author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-05-31 10:29:13 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-06-06 23:07:59 -0700 |
| commit | b7c4fbba0dd82e579b665a63e01929848db76dc2 (patch) | |
| tree | 4d366ca98036f18cd820f93c69aea8d3ab64da90 /meta-python | |
| parent | e20ebe6ce4f8b991cd4f153352274850d416f090 (diff) | |
| download | meta-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.bb | 5 |
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 | ||
| 15 | inherit pypi setuptools3 | 15 | inherit pypi setuptools3 |
| 16 | 16 | ||
| 17 | RDEPENDS:${PN} += "\ | 17 | RDEPENDS:${PN} += " \ |
| 18 | python3-core \ | 18 | python3-json \ |
| 19 | python3-typing-extensions \ | ||
| 19 | " | 20 | " |
| 20 | 21 | ||
| 21 | BBCLASSEXTEND = "native nativesdk" | 22 | BBCLASSEXTEND = "native nativesdk" |
