summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
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"