summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-html5lib_1.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2026-01-19 20:46:08 -0800
committerKhem Raj <raj.khem@gmail.com>2026-01-20 08:27:13 -0800
commit4350c0494943e0ed1a88fd257eed3ddd357523b1 (patch)
tree78057bb559193fe70647482a6a6a0ab89031081c /meta-python/recipes-devtools/python/python3-html5lib_1.1.bb
parent498b49d2a42fa96e84db647318b335cb16153c1d (diff)
downloadmeta-openembedded-4350c0494943e0ed1a88fd257eed3ddd357523b1.tar.gz
python3-html5lib: Fix build with python 3.14
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-html5lib_1.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-html5lib_1.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-html5lib_1.1.bb b/meta-python/recipes-devtools/python/python3-html5lib_1.1.bb
index 8b32580d4a..3d7e44b87e 100644
--- a/meta-python/recipes-devtools/python/python3-html5lib_1.1.bb
+++ b/meta-python/recipes-devtools/python/python3-html5lib_1.1.bb
@@ -2,6 +2,7 @@ SUMMARY = "HTML parser based on the WHATWG HTML specifcation"
2LICENSE = "MIT" 2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=1ba5ada9e6fead1fdc32f43c9f10ba7c" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=1ba5ada9e6fead1fdc32f43c9f10ba7c"
4 4
5SRC_URI += "file://0001-setup.py-fix-version-parsing-on-Python-3.14-ast.Str-.patch"
5SRC_URI[sha256sum] = "b2e5b40261e20f354d198eae92afc10d750afb487ed5e50f9c4eaf07c184146f" 6SRC_URI[sha256sum] = "b2e5b40261e20f354d198eae92afc10d750afb487ed5e50f9c4eaf07c184146f"
6 7
7inherit pypi setuptools3 8inherit pypi setuptools3