summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-04-13 11:15:54 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-04-14 16:44:24 +0100
commit3c12f99c35c5f6d25dad838a3336ac9e2611b167 (patch)
treee3f6f7879f6e9842054207101644c0239cd7b4f8 /meta/recipes-devtools/python
parent82ee2dc94ba46b801c9645b5ce8c36bd330af865 (diff)
downloadpoky-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>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python3-packaging_23.0.bb1
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
13DEPENDS:remove:class-native = "python3-build-native" 13DEPENDS:remove:class-native = "python3-build-native"
14RDEPENDS:${PN} += "python3-profile"
14 15
15do_compile:class-native () { 16do_compile:class-native () {
16 python_flit_core_do_manual_build 17 python_flit_core_do_manual_build