python3-py-cpuinfo: update recipe to use the ptest-python-pytest class

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Derek Straka 2025-01-17 20:30:25 +00:00 committed by Khem Raj
parent f684aa3085
commit 57d6a4ea1f
No known key found for this signature in database
GPG Key ID: BB053355919D3314
2 changed files with 2 additions and 12 deletions

View File

@ -1,3 +0,0 @@
#!/bin/sh
pytest --automake

View File

@ -8,9 +8,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d2379ecb0d7a8299101b1e4c160cd1f7"
SRC_URI[sha256sum] = "3cdbbf3fac90dc6f118bfd64384f309edeadd902d7c8fb17f02ffa1fc3f49690"
inherit ptest pypi python_setuptools_build_meta
inherit ptest-python-pytest pypi python_setuptools_build_meta
SRC_URI += "file://run-ptest \
SRC_URI += " \
file://0001-test_cli.py-disable.patch \
"
@ -21,15 +21,8 @@ do_install:append() {
done
}
do_install_ptest() {
install -d ${D}${PTEST_PATH}/tests
cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
}
RDEPENDS:${PN}-ptest += "\
python3-compile \
python3-pytest \
python3-unittest-automake-output \
"
RDEPENDS:${PN} += "python3-core python3-ctypes python3-datetime python3-json python3-io python3-mmap python3-multiprocessing python3-netclient python3-pickle python3-pprint python3-shell"