diff options
-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 47a70aa38..3b9077f32 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" |