diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-04-13 11:15:54 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-04-14 16:44:24 +0100 |
commit | 3c12f99c35c5f6d25dad838a3336ac9e2611b167 (patch) | |
tree | e3f6f7879f6e9842054207101644c0239cd7b4f8 | |
parent | 82ee2dc94ba46b801c9645b5ce8c36bd330af865 (diff) | |
download | poky-3c12f99c35c5f6d25dad838a3336ac9e2611b167.tar.gz |
python3-packaging: add missing run-time dependencies
python3-profile is required by python3-packaging at run-time.
(From OE-Core rev: 5281d5f8a9111413ed8d09360185aca7fe1f23a5)
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/python/python3-packaging_23.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-packaging_23.0.bb b/meta/recipes-devtools/python/python3-packaging_23.0.bb index 612174f45e..bda124e32c 100644 --- a/meta/recipes-devtools/python/python3-packaging_23.0.bb +++ b/meta/recipes-devtools/python/python3-packaging_23.0.bb | |||
@@ -11,6 +11,7 @@ BBCLASSEXTEND = "native nativesdk" | |||
11 | 11 | ||
12 | # Bootstrap the native build | 12 | # Bootstrap the native build |
13 | DEPENDS:remove:class-native = "python3-build-native" | 13 | DEPENDS:remove:class-native = "python3-build-native" |
14 | RDEPENDS:${PN} += "python3-profile" | ||
14 | 15 | ||
15 | do_compile:class-native () { | 16 | do_compile:class-native () { |
16 | python_flit_core_do_manual_build | 17 | python_flit_core_do_manual_build |