diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-psutil_5.9.4.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-psutil_5.9.4.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-psutil_5.9.4.bb b/meta/recipes-devtools/python/python3-psutil_5.9.4.bb index 54d5784a0d..c0977c74d3 100644 --- a/meta/recipes-devtools/python/python3-psutil_5.9.4.bb +++ b/meta/recipes-devtools/python/python3-psutil_5.9.4.bb | |||
| @@ -24,4 +24,18 @@ RDEPENDS:${PN} += " \ | |||
| 24 | ${PYTHON_PN}-resource \ | 24 | ${PYTHON_PN}-resource \ |
| 25 | " | 25 | " |
| 26 | 26 | ||
| 27 | RDEPENDS:${PN}-tests += " \ | ||
| 28 | ${PN} \ | ||
| 29 | ${PYTHON_PN} \ | ||
| 30 | coreutils \ | ||
| 31 | procps \ | ||
| 32 | binutils \ | ||
| 33 | gcc \ | ||
| 34 | gcc-symlinks \ | ||
| 35 | libstdc++ \ | ||
| 36 | libstdc++-dev \ | ||
| 37 | " | ||
| 38 | |||
| 39 | INSANE_SKIP:${PN}-tests += "dev-deps" | ||
| 40 | |||
| 27 | BBCLASSEXTEND = "native nativesdk" | 41 | BBCLASSEXTEND = "native nativesdk" |
