diff options
| author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-05-31 10:29:11 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-06-06 23:07:59 -0700 |
| commit | f45544fc8a26f2b484bca2022603d934a7f6f18c (patch) | |
| tree | d3092ce509744f6c92d61359b1c7f70dd494222d /meta-python | |
| parent | 5a4b738dce0c9c396336bdfce612731d41dd8619 (diff) | |
| download | meta-openembedded-f45544fc8a26f2b484bca2022603d934a7f6f18c.tar.gz | |
python3-ninja: 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-ninja_1.11.1.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ninja_1.11.1.bb b/meta-python/recipes-devtools/python/python3-ninja_1.11.1.bb index 47a70aa38a..3b9077f326 100644 --- a/meta-python/recipes-devtools/python/python3-ninja_1.11.1.bb +++ b/meta-python/recipes-devtools/python/python3-ninja_1.11.1.bb | |||
| @@ -15,6 +15,11 @@ do_install:append () { | |||
| 15 | rm -rf ${D}${bindir} | 15 | rm -rf ${D}${bindir} |
| 16 | } | 16 | } |
| 17 | 17 | ||
| 18 | RDEPENDS:${PN} = "ninja" | 18 | RDEPENDS:${PN} = " \ |
| 19 | ninja \ | ||
| 20 | python3-io \ | ||
| 21 | python3-json \ | ||
| 22 | python3-ninja-syntax \ | ||
| 23 | " | ||
| 19 | 24 | ||
| 20 | BBCLASSEXTEND = "native nativesdk" | 25 | BBCLASSEXTEND = "native nativesdk" |
