From: Richard Purdie Date: Tue, 7 Jan 2025 13:18:24 +0000 (+0000) Subject: python3-psutil: Fix native dependencies X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2885ab7c5b58a8f8ff183360e239d2a36270c662;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Richard Purdie --- 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 854161830a1..9cd2d20fff9 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"