From 7d0e2a4fc168ae7642fdf93e600b87fd989caeca Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Wed, 17 May 2023 10:06:29 +0200 Subject: [PATCH] python3-pathspec: add missing run-time dependencies Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski Signed-off-by: Alexandre Belloni --- meta/recipes-devtools/python/python3-pathspec_0.11.1.bb | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.47.3