diff options
| author | Khem Raj <raj.khem@gmail.com> | 2026-01-19 20:46:08 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-01-20 08:27:13 -0800 |
| commit | 4350c0494943e0ed1a88fd257eed3ddd357523b1 (patch) | |
| tree | 78057bb559193fe70647482a6a6a0ab89031081c /meta-python/recipes-devtools/python/python3-html5lib_1.1.bb | |
| parent | 498b49d2a42fa96e84db647318b335cb16153c1d (diff) | |
| download | meta-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.bb | 1 |
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" | |||
| 2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1ba5ada9e6fead1fdc32f43c9f10ba7c" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1ba5ada9e6fead1fdc32f43c9f10ba7c" |
| 4 | 4 | ||
| 5 | SRC_URI += "file://0001-setup.py-fix-version-parsing-on-Python-3.14-ast.Str-.patch" | ||
| 5 | SRC_URI[sha256sum] = "b2e5b40261e20f354d198eae92afc10d750afb487ed5e50f9c4eaf07c184146f" | 6 | SRC_URI[sha256sum] = "b2e5b40261e20f354d198eae92afc10d750afb487ed5e50f9c4eaf07c184146f" |
| 6 | 7 | ||
| 7 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
