python3-setproctitle: Add missing rdeps for ptests

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2024-09-25 11:54:38 -07:00
parent 9c785dca9f
commit 36ec58d0a3

View File

@@ -16,6 +16,10 @@ SRC_URI += " \
"
RDEPENDS:${PN}-ptest += "\
packagegroup-core-buildessential \
procps-ps \
python3-dev \
python3-multiprocessing \
python3-pytest \
python3-unittest-automake-output \
"
@@ -26,3 +30,5 @@ do_install_ptest() {
}
BBCLASSEXTEND = "native nativesdk"
INSANE_SKIP:${PN}-ptest = "dev-deps"