diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-setproctitle_1.3.3.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-setproctitle_1.3.3.bb b/meta-python/recipes-devtools/python/python3-setproctitle_1.3.3.bb index dcae6b4681..d0373b46d7 100644 --- a/meta-python/recipes-devtools/python/python3-setproctitle_1.3.3.bb +++ b/meta-python/recipes-devtools/python/python3-setproctitle_1.3.3.bb | |||
@@ -16,6 +16,10 @@ SRC_URI += " \ | |||
16 | " | 16 | " |
17 | 17 | ||
18 | RDEPENDS:${PN}-ptest += "\ | 18 | RDEPENDS:${PN}-ptest += "\ |
19 | packagegroup-core-buildessential \ | ||
20 | procps-ps \ | ||
21 | python3-dev \ | ||
22 | python3-multiprocessing \ | ||
19 | python3-pytest \ | 23 | python3-pytest \ |
20 | python3-unittest-automake-output \ | 24 | python3-unittest-automake-output \ |
21 | " | 25 | " |
@@ -26,3 +30,5 @@ do_install_ptest() { | |||
26 | } | 30 | } |
27 | 31 | ||
28 | BBCLASSEXTEND = "native nativesdk" | 32 | BBCLASSEXTEND = "native nativesdk" |
33 | |||
34 | INSANE_SKIP:${PN}-ptest = "dev-deps" | ||