python3-soupsieve: 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-10 22:31:30 +00:00
committed by Khem Raj
parent 9e896bd9ae
commit 38e61c5c8e
2 changed files with 1 additions and 14 deletions

View File

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

View File

@@ -6,11 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=1bdfa4c8e8b6830bcf8e78cba1669e4d"
SRC_URI[sha256sum] = "e2e68417777af359ec65daac1057404a3c8a5455bb8abc36f1a9866ab1a51abb"
inherit pypi python_hatchling python_setuptools_build_meta ptest
inherit pypi python_hatchling python_setuptools_build_meta ptest-python-pytest
SRC_URI += " \
file://run-ptest \
"
RDEPENDS:${PN} += " \
python3-core \
python3-datetime \
@@ -21,13 +18,6 @@ RDEPENDS:${PN}:append:class-target = " \
RDEPENDS:${PN}-ptest += " \
python3-beautifulsoup4 \
python3-pytest \
python3-unittest-automake-output \
"
do_install_ptest() {
install -d ${D}${PTEST_PATH}/tests
cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
}
BBCLASSEXTEND = "native nativesdk"