浏览代码

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>
Richard Purdie 4 月之前
父节点
当前提交
b0f2233e18
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      meta/recipes-devtools/python/python3-psutil_6.1.1.bb

+ 1 - 0
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"