]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-psutil: Fix native dependencies
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 7 Jan 2025 13:18:24 +0000 (13:18 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 10 Jan 2025 11:28:54 +0000 (11:28 +0000)
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 <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-psutil_6.1.1.bb

index 854161830a156d4ec4ed44a1464b153e9f725aea..9cd2d20fff9f9b616c7e68413ae957881e69bbf1 100644 (file)
@@ -35,6 +35,7 @@ RDEPENDS:${PN}-tests += " \
      libstdc++ \
      libstdc++-dev \
 "
+RDEPENDS:${PN}-tests:class-native = ""
 
 INSANE_SKIP:${PN}-tests += "dev-deps"