summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-soupsieve_2.3.1.bb
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-10-19 16:21:59 +0200
committerGyorgy Sarvari <skandigraun@gmail.com>2025-10-20 11:59:36 +0200
commit975abfa25971b08d2296db65ddeeea87d566de53 (patch)
treeb2d990a529b34895635b4b7bc59d0910e92d4831 /meta-python/recipes-devtools/python/python3-soupsieve_2.3.1.bb
parent9c72ce1d339c7ccb93429483cb56fe4d2f64638d (diff)
downloadmeta-openembedded-975abfa25971b08d2296db65ddeeea87d566de53.tar.gz
python3-soupsieve: fix ptests
Some ptests have started to fail, due to a change in libxml 2.9.12 (oe-core ships with 2.9.14 currently). See upstream issue: https://github.com/facelessuser/soupsieve/issues/220 This backported patch solves this issue. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-soupsieve_2.3.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-soupsieve_2.3.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-soupsieve_2.3.1.bb b/meta-python/recipes-devtools/python/python3-soupsieve_2.3.1.bb
index 631a45c99e..0ef0c7e791 100644
--- a/meta-python/recipes-devtools/python/python3-soupsieve_2.3.1.bb
+++ b/meta-python/recipes-devtools/python/python3-soupsieve_2.3.1.bb
@@ -10,6 +10,7 @@ inherit pypi python_setuptools_build_meta ptest
10 10
11SRC_URI += " \ 11SRC_URI += " \
12 file://run-ptest \ 12 file://run-ptest \
13 file://update_tests_for_latest_libxml.patch \
13" 14"
14 15
15RDEPENDS:${PN}-ptest += " \ 16RDEPENDS:${PN}-ptest += " \