summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.5.bb
diff options
context:
space:
mode:
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2021-10-16 00:55:40 +0200
committerKhem Raj <raj.khem@gmail.com>2021-10-18 09:49:37 -0700
commit29324886d7a0d4d26e07f4657755a7fb09b600b2 (patch)
tree88e00cf026e4afd70ca9d08ad51b9a5db5ce4b76 /meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.5.bb
parent35048bec2fadbbf61eefa8f8c9c6487b1577c349 (diff)
downloadmeta-openembedded-29324886d7a0d4d26e07f4657755a7fb09b600b2.tar.gz
python3-xlsxwriter: update to 3.0.1
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.5.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.5.bb21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.5.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.5.bb
deleted file mode 100644
index ffd3072a99..0000000000
--- a/meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.5.bb
+++ /dev/null
@@ -1,21 +0,0 @@
1SUMMARY = "Python 2 and 3 compatibility library"
2HOMEPAGE = "https://xlsxwriter.readthedocs.io"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4e95e368cd6cb090815046688e92d11e"
6
7inherit pypi setuptools3
8
9PYPI_PACKAGE = "XlsxWriter"
10
11RDEPENDS:${PN} += " \
12 python3-crypt \
13 python3-datetime \
14 python3-compression \
15 python3-numbers \
16 python3-io \
17"
18
19SRC_URI[sha256sum] = "0956747859567ec01907e561a7d8413de18a7aae36860f979f9da52b9d58bc19"
20
21BBCLASSEXTEND = "native nativesdk"