diff options
-rw-r--r-- | meta/recipes-devtools/python/python3-build_0.10.0.bb | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-build_0.10.0.bb b/meta/recipes-devtools/python/python3-build_0.10.0.bb index 770a32023d..b446fa391d 100644 --- a/meta/recipes-devtools/python/python3-build_0.10.0.bb +++ b/meta/recipes-devtools/python/python3-build_0.10.0.bb | |||
@@ -18,6 +18,15 @@ do_compile:prepend:class-native() { | |||
18 | export PYTHONPATH="${S}/src" | 18 | export PYTHONPATH="${S}/src" |
19 | } | 19 | } |
20 | 20 | ||
21 | RDEPENDS:${PN} += "python3-packaging python3-pyproject-hooks" | 21 | RDEPENDS:${PN} += " \ |
22 | python3-compression \ | ||
23 | python3-difflib \ | ||
24 | python3-ensurepip \ | ||
25 | python3-logging \ | ||
26 | python3-packaging \ | ||
27 | python3-pyproject-hooks \ | ||
28 | python3-tomllib \ | ||
29 | python3-venv \ | ||
30 | " | ||
22 | 31 | ||
23 | BBCLASSEXTEND = "native nativesdk" | 32 | BBCLASSEXTEND = "native nativesdk" |