mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-06 01:05:42 +01:00
python3-lz4: Add missing rdeps needed for ptests
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
82ee3f96fc
commit
4eab00f35a
|
|
@ -15,7 +15,14 @@ SRC_URI[sha256sum] = "e1431d84a9cfb23e6773e72078ce8e65cad6745816d4cbf9ae67da5ea4
|
|||
|
||||
inherit pkgconfig pypi python_setuptools_build_meta ptest
|
||||
|
||||
RDEPENDS:${PN}-ptest += "python3-pytest python3-multiprocessing python3-psutil"
|
||||
RDEPENDS:${PN}-ptest += "\
|
||||
python3-coverage \
|
||||
python3-pytest \
|
||||
python3-pytest-cov \
|
||||
python3-pytest-runner \
|
||||
python3-multiprocessing \
|
||||
python3-psutil \
|
||||
"
|
||||
|
||||
do_install_ptest() {
|
||||
cp -rf ${S}/tests/ ${D}${PTEST_PATH}/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user