summaryrefslogtreecommitdiffstats
path: root/meta/recipes-rt/rt-tests/rt-tests_2.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-rt/rt-tests/rt-tests_2.0.bb')
-rw-r--r--meta/recipes-rt/rt-tests/rt-tests_2.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-rt/rt-tests/rt-tests_2.0.bb b/meta/recipes-rt/rt-tests/rt-tests_2.0.bb
index 21780d19ed..83869b89b8 100644
--- a/meta/recipes-rt/rt-tests/rt-tests_2.0.bb
+++ b/meta/recipes-rt/rt-tests/rt-tests_2.0.bb
@@ -28,6 +28,6 @@ do_install_ptest() {
28 cp ${WORKDIR}/rt_bmark.py ${D}${PTEST_PATH} 28 cp ${WORKDIR}/rt_bmark.py ${D}${PTEST_PATH}
29} 29}
30 30
31RDEPENDS_${PN}-ptest += " stress python python-subprocess python-multiprocessing python-datetime python-re python-lang" 31RDEPENDS_${PN}-ptest += " stress python3 python3-subprocess python3-multiprocessing python3-datetime python3-re python3-lang python3-misc"
32 32
33FILES_${PN} += "${prefix}/src/backfire" 33FILES_${PN} += "${prefix}/src/backfire"