summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/python/python3-installer_0.7.0.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-installer_0.7.0.bb b/meta/recipes-devtools/python/python3-installer_0.7.0.bb
index d7f1e79a5c..9429705b1f 100644
--- a/meta/recipes-devtools/python/python3-installer_0.7.0.bb
+++ b/meta/recipes-devtools/python/python3-installer_0.7.0.bb
@@ -15,6 +15,12 @@ inherit pypi python_flit_core
15# Bootstrap the native build 15# Bootstrap the native build
16DEPENDS:remove:class-native = "python3-build-native python3-installer-native" 16DEPENDS:remove:class-native = "python3-build-native python3-installer-native"
17 17
18RDEPENDS:${PN} += " \
19 python3-compile \
20 python3-compression \
21 python3-netclient \
22"
23
18INSTALL_WHEEL_COMPILE_BYTECODE:class-native = "--no-compile-bytecode" 24INSTALL_WHEEL_COMPILE_BYTECODE:class-native = "--no-compile-bytecode"
19 25
20do_compile:class-native () { 26do_compile:class-native () {