diff options
| author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2021-10-16 00:55:40 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-10-18 09:49:37 -0700 |
| commit | 29324886d7a0d4d26e07f4657755a7fb09b600b2 (patch) | |
| tree | 88e00cf026e4afd70ca9d08ad51b9a5db5ce4b76 /meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.5.bb | |
| parent | 35048bec2fadbbf61eefa8f8c9c6487b1577c349 (diff) | |
| download | meta-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.bb | 21 |
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 @@ | |||
| 1 | SUMMARY = "Python 2 and 3 compatibility library" | ||
| 2 | HOMEPAGE = "https://xlsxwriter.readthedocs.io" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4e95e368cd6cb090815046688e92d11e" | ||
| 6 | |||
| 7 | inherit pypi setuptools3 | ||
| 8 | |||
| 9 | PYPI_PACKAGE = "XlsxWriter" | ||
| 10 | |||
| 11 | RDEPENDS:${PN} += " \ | ||
| 12 | python3-crypt \ | ||
| 13 | python3-datetime \ | ||
| 14 | python3-compression \ | ||
| 15 | python3-numbers \ | ||
| 16 | python3-io \ | ||
| 17 | " | ||
| 18 | |||
| 19 | SRC_URI[sha256sum] = "0956747859567ec01907e561a7d8413de18a7aae36860f979f9da52b9d58bc19" | ||
| 20 | |||
| 21 | BBCLASSEXTEND = "native nativesdk" | ||
