From 820f49d6ae8d971a1de2b1687279346596bd3ef6 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Tue, 14 Dec 2021 14:25:20 +0100 Subject: [PATCH] python3-lxml: update to 4.7.1 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/{python3-lxml_4.6.3.bb => python3-lxml_4.7.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-lxml_4.6.3.bb => python3-lxml_4.7.1.bb} (95%) diff --git a/meta-python/recipes-devtools/python/python3-lxml_4.6.3.bb b/meta-python/recipes-devtools/python/python3-lxml_4.7.1.bb similarity index 95% rename from meta-python/recipes-devtools/python/python3-lxml_4.6.3.bb rename to meta-python/recipes-devtools/python/python3-lxml_4.7.1.bb index d5594847f..cb33fcc3c 100644 --- a/meta-python/recipes-devtools/python/python3-lxml_4.6.3.bb +++ b/meta-python/recipes-devtools/python/python3-lxml_4.7.1.bb @@ -18,7 +18,7 @@ LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=e4c045ebad958ead4b48008f70838403 \ DEPENDS += "libxml2 libxslt" -SRC_URI[sha256sum] = "39b78571b3b30645ac77b95f7c69d1bffc4cf8c3b157c435a34da72e78c82468" +SRC_URI[sha256sum] = "a1613838aa6b89af4ba10a0f3a972836128801ed008078f8c1244e65958f1b24" inherit pkgconfig pypi setuptools3