mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
python3-setproctitle: Add missing rdeps for ptests
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user