From 4589cc39da3f7f28c298a9ef36bf361835d07822 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Wed, 17 May 2023 10:06:24 +0200 Subject: python3-certifi: add missing run-time dependencies Add missing RDEPENDS for this package. (From OE-Core rev: cc65a232164caee7bf05ab73a6cd519fd07a5d0a) Signed-off-by: Bartosz Golaszewski Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-certifi_2022.12.7.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-devtools/python') diff --git a/meta/recipes-devtools/python/python3-certifi_2022.12.7.bb b/meta/recipes-devtools/python/python3-certifi_2022.12.7.bb index dca3d26811..b2e3ec125a 100644 --- a/meta/recipes-devtools/python/python3-certifi_2022.12.7.bb +++ b/meta/recipes-devtools/python/python3-certifi_2022.12.7.bb @@ -12,3 +12,5 @@ SRC_URI[sha256sum] = "35824b4c3a97115964b408844d64aa14db1cc518f6562e8d7261699d13 inherit pypi setuptools3 BBCLASSEXTEND = "native nativesdk" + +RDEPENDS:${PN} += "python3-io" -- cgit v1.2.3-54-g00ecf