diff options
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" |
