diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-04-08 08:51:39 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-04-10 11:05:34 +0100 |
| commit | b4c9ba54630222ceb1a7e45898d0166ae5423f74 (patch) | |
| tree | 719be4acc8b40dea1b8f6243bbf525703a156a53 /meta/recipes-devtools/python | |
| parent | 0034c8aac358fe613018f0456ad7c68c2da04684 (diff) | |
| download | poky-b4c9ba54630222ceb1a7e45898d0166ae5423f74.tar.gz | |
python3-lxml: upgrade 5.3.1 -> 5.3.2
Changelog:
* Binary wheels use libxml2 2.12.10 and libxslt 1.1.42.
* Binary wheels for Windows use a patched libxml2 2.11.9 and libxslt 1.1.39.
(From OE-Core rev: 9b10654668dc372fa0e57afe113fd82a89ebce15)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
| -rw-r--r-- | meta/recipes-devtools/python/python3-lxml_5.3.2.bb (renamed from meta/recipes-devtools/python/python3-lxml_5.3.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-lxml_5.3.1.bb b/meta/recipes-devtools/python/python3-lxml_5.3.2.bb index 8a3ec862f7..cc0d4ecd25 100644 --- a/meta/recipes-devtools/python/python3-lxml_5.3.1.bb +++ b/meta/recipes-devtools/python/python3-lxml_5.3.2.bb | |||
| @@ -18,7 +18,7 @@ LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=e4c045ebad958ead4b48008f70838403 \ | |||
| 18 | 18 | ||
| 19 | DEPENDS += "libxml2 libxslt" | 19 | DEPENDS += "libxml2 libxslt" |
| 20 | 20 | ||
| 21 | SRC_URI[sha256sum] = "106b7b5d2977b339f1e97efe2778e2ab20e99994cbb0ec5e55771ed0795920c8" | 21 | SRC_URI[sha256sum] = "773947d0ed809ddad824b7b14467e1a481b8976e87278ac4a730c2f7c7fcddc1" |
| 22 | 22 | ||
| 23 | SRC_URI += "${PYPI_SRC_URI}" | 23 | SRC_URI += "${PYPI_SRC_URI}" |
| 24 | inherit pkgconfig pypi setuptools3 | 24 | inherit pkgconfig pypi setuptools3 |
