diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.0.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.3.bb similarity index 59% rename from meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.0.bb rename to meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.3.bb index b5e15f14c..e6b196956 100644 --- a/meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.3.bb @@ -8,6 +8,14 @@ inherit pypi setuptools3 PYPI_PACKAGE = "XlsxWriter" -SRC_URI[sha256sum] = "82be5a58c09bdc2ff8afc25acc815c465275239ddfc56d6e7b2a7e6c5d2e213b" +RDEPENDS_${PN} += " \ + python3-crypt \ + python3-datetime \ + python3-compression \ + python3-numbers \ + python3-io \ +" + +SRC_URI[sha256sum] = "641db6e7b4f4982fd407a3f372f45b878766098250d26963e95e50121168cbe2" BBCLASSEXTEND = "native nativesdk"