diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-07 13:18:24 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-10 11:28:58 +0000 |
commit | b0f2233e18b667e090350f1b323cad27bc653d11 (patch) | |
tree | baa6d1f6fff07614b920d4acd0a5c0a3568cd768 /meta | |
parent | 46e1195b6af942a569255c94c8e16084962dae34 (diff) | |
download | poky-b0f2233e18b667e090350f1b323cad27bc653d11.tar.gz |
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python3-psutil_6.1.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 += " \ | |||
35 | libstdc++ \ | 35 | libstdc++ \ |
36 | libstdc++-dev \ | 36 | libstdc++-dev \ |
37 | " | 37 | " |
38 | RDEPENDS:${PN}-tests:class-native = "" | ||
38 | 39 | ||
39 | INSANE_SKIP:${PN}-tests += "dev-deps" | 40 | INSANE_SKIP:${PN}-tests += "dev-deps" |
40 | 41 | ||