summaryrefslogtreecommitdiff
path: root/meta-openembedded/meta-python/recipes-devtools/python/python3-html2text_2024.2.26.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openembedded/meta-python/recipes-devtools/python/python3-html2text_2024.2.26.bb')
-rw-r--r--meta-openembedded/meta-python/recipes-devtools/python/python3-html2text_2024.2.26.bb16
1 files changed, 2 insertions, 14 deletions
diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python3-html2text_2024.2.26.bb b/meta-openembedded/meta-python/recipes-devtools/python/python3-html2text_2024.2.26.bb
index 55f4c8b0a6..98e0cde1e5 100644
--- a/meta-openembedded/meta-python/recipes-devtools/python/python3-html2text_2024.2.26.bb
+++ b/meta-openembedded/meta-python/recipes-devtools/python/python3-html2text_2024.2.26.bb
@@ -6,22 +6,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
SRC_URI[sha256sum] = "05f8e367d15aaabc96415376776cdd11afd5127a77fce6e36afc60c563ca2c32"
-inherit pypi setuptools3 ptest
+inherit pypi setuptools3 ptest-python-pytest
-SRC_URI += " \
- file://run-ptest \
-"
+PTEST_PYTEST_DIR = "test"
RDEPENDS:${PN} += "python3-html"
-RDEPENDS:${PN}-ptest += " \
- python3-pytest \
- python3-unittest-automake-output \
-"
-
-do_install_ptest() {
- install -d ${D}${PTEST_PATH}/test
- cp -rf ${S}/test/* ${D}${PTEST_PATH}/test/
-}
-
BBCLASSEXTEND = "native nativesdk"