diff options
| -rw-r--r-- | meta/recipes-devtools/python/python3-installer_0.7.0.bb | 6 |
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 |
| 16 | DEPENDS:remove:class-native = "python3-build-native python3-installer-native" | 16 | DEPENDS:remove:class-native = "python3-build-native python3-installer-native" |
| 17 | 17 | ||
| 18 | RDEPENDS:${PN} += " \ | ||
| 19 | python3-compile \ | ||
| 20 | python3-compression \ | ||
| 21 | python3-netclient \ | ||
| 22 | " | ||
| 23 | |||
| 18 | INSTALL_WHEEL_COMPILE_BYTECODE:class-native = "--no-compile-bytecode" | 24 | INSTALL_WHEEL_COMPILE_BYTECODE:class-native = "--no-compile-bytecode" |
| 19 | 25 | ||
| 20 | do_compile:class-native () { | 26 | do_compile:class-native () { |
