From: Bartosz Golaszewski Date: Wed, 17 May 2023 08:06:29 +0000 (+0200) Subject: python3-pathspec: add missing run-time dependencies X-Git-Tag: uninative-3.10~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d0e2a4fc168ae7642fdf93e600b87fd989caeca;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-pathspec: 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-pathspec_0.11.1.bb b/meta/recipes-devtools/python/python3-pathspec_0.11.1.bb index f49bf080e96..79f03da9847 100644 --- a/meta/recipes-devtools/python/python3-pathspec_0.11.1.bb +++ b/meta/recipes-devtools/python/python3-pathspec_0.11.1.bb @@ -9,3 +9,5 @@ SRC_URI[sha256sum] = "2798de800fa92780e33acca925945e9a19a133b715067cf165b8866c15 inherit pypi setuptools3 BBCLASSEXTEND = "native nativesdk" + +RDEPENDS:${PN} += "python3-profile"