diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-html2text_2025.4.15.bb (renamed from meta-python/recipes-devtools/python/python3-html2text_2024.2.26.bb) | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-html2text_2024.2.26.bb b/meta-python/recipes-devtools/python/python3-html2text_2025.4.15.bb index 98e0cde1e5..2734dcbdee 100644 --- a/meta-python/recipes-devtools/python/python3-html2text_2024.2.26.bb +++ b/meta-python/recipes-devtools/python/python3-html2text_2025.4.15.bb | |||
@@ -4,12 +4,17 @@ HOMEPAGE = "https://github.com/Alir3z4/html2text" | |||
4 | LICENSE = "GPL-3.0-only" | 4 | LICENSE = "GPL-3.0-only" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
6 | 6 | ||
7 | SRC_URI[sha256sum] = "05f8e367d15aaabc96415376776cdd11afd5127a77fce6e36afc60c563ca2c32" | 7 | SRC_URI[sha256sum] = "948a645f8f0bc3abe7fd587019a2197a12436cd73d0d4908af95bfc8da337588" |
8 | 8 | ||
9 | inherit pypi setuptools3 ptest-python-pytest | 9 | inherit pypi python_setuptools_build_meta ptest-python-pytest |
10 | 10 | ||
11 | PTEST_PYTEST_DIR = "test" | 11 | PTEST_PYTEST_DIR = "test" |
12 | 12 | ||
13 | DEPENDS += " \ | ||
14 | python3-setuptools-scm-native \ | ||
15 | python3-toml-native \ | ||
16 | " | ||
17 | |||
13 | RDEPENDS:${PN} += "python3-html" | 18 | RDEPENDS:${PN} += "python3-html" |
14 | 19 | ||
15 | BBCLASSEXTEND = "native nativesdk" | 20 | BBCLASSEXTEND = "native nativesdk" |