From: Bartosz Golaszewski Date: Wed, 17 May 2023 08:06:24 +0000 (+0200) Subject: python3-certifi: add missing run-time dependencies X-Git-Tag: uninative-3.10~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc65a232164caee7bf05ab73a6cd519fd07a5d0a;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-certifi: add missing run-time dependencies Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski Signed-off-by: Alexandre Belloni --- 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 dca3d268113..b2e3ec125af 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"