From b0f2233e18b667e090350f1b323cad27bc653d11 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 7 Jan 2025 13:18:24 +0000 Subject: [PATCH] python3-psutil: Fix native dependencies The tests package has many dependencies which don't BBCLASSEXTEND to native well. Remove these as we're not interested in the tests in the native case anyway. (From OE-Core rev: 2885ab7c5b58a8f8ff183360e239d2a36270c662) Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-psutil_6.1.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/python/python3-psutil_6.1.1.bb b/meta/recipes-devtools/python/python3-psutil_6.1.1.bb index 854161830a..9cd2d20fff 100644 --- a/meta/recipes-devtools/python/python3-psutil_6.1.1.bb +++ b/meta/recipes-devtools/python/python3-psutil_6.1.1.bb @@ -35,6 +35,7 @@ RDEPENDS:${PN}-tests += " \ libstdc++ \ libstdc++-dev \ " +RDEPENDS:${PN}-tests:class-native = "" INSANE_SKIP:${PN}-tests += "dev-deps"