From 29324886d7a0d4d26e07f4657755a7fb09b600b2 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Sat, 16 Oct 2021 00:55:40 +0200 Subject: [PATCH] python3-xlsxwriter: update to 3.0.1 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...{python3-xlsxwriter_1.4.5.bb => python3-xlsxwriter_3.0.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-xlsxwriter_1.4.5.bb => python3-xlsxwriter_3.0.1.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.5.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.1.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.5.bb rename to meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.1.bb index ffd3072a9..aeb27cef4 100644 --- a/meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.5.bb +++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.1.bb @@ -16,6 +16,6 @@ RDEPENDS:${PN} += " \ python3-io \ " -SRC_URI[sha256sum] = "0956747859567ec01907e561a7d8413de18a7aae36860f979f9da52b9d58bc19" +SRC_URI[sha256sum] = "3f39bf581c55f3ad1438bc170d7f4c4649cee8b6b7a80d21f79508118eeea52a" BBCLASSEXTEND = "native nativesdk"