summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@fujitsu.com>2021-05-20 09:27:10 +0800
committerKhem Raj <raj.khem@gmail.com>2021-05-24 07:36:49 -0700
commit8f2bd5b922205bfe1faa14f6aae1ac1e7e1f4972 (patch)
tree58704996b5023b969d2a732ab71ddbfeb2c69131
parentd910653320bc8990c93c68d4e9e28f3dc1f28167 (diff)
downloadmeta-openembedded-8f2bd5b922205bfe1faa14f6aae1ac1e7e1f4972.tar.gz
python3-xlsxwriter: upgrade 1.4.0 -> 1.4.3
Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.3.bb (renamed from meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.0.bb)10
1 files changed, 9 insertions, 1 deletions
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
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
8 8
9PYPI_PACKAGE = "XlsxWriter" 9PYPI_PACKAGE = "XlsxWriter"
10 10
11SRC_URI[sha256sum] = "82be5a58c09bdc2ff8afc25acc815c465275239ddfc56d6e7b2a7e6c5d2e213b" 11RDEPENDS_${PN} += " \
12 python3-crypt \
13 python3-datetime \
14 python3-compression \
15 python3-numbers \
16 python3-io \
17"
18
19SRC_URI[sha256sum] = "641db6e7b4f4982fd407a3f372f45b878766098250d26963e95e50121168cbe2"
12 20
13BBCLASSEXTEND = "native nativesdk" 21BBCLASSEXTEND = "native nativesdk"