summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-setproctitle_1.3.3.bb6
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
18RDEPENDS:${PN}-ptest += "\ 18RDEPENDS:${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
28BBCLASSEXTEND = "native nativesdk" 32BBCLASSEXTEND = "native nativesdk"
33
34INSANE_SKIP:${PN}-ptest = "dev-deps"