summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-xlsxwriter_3.2.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-xlsxwriter_3.2.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-xlsxwriter_3.2.1.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.2.1.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.2.1.bb
new file mode 100644
index 0000000000..a1fd09af49
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.2.1.bb
@@ -0,0 +1,22 @@
1SUMMARY = "Python 2 and 3 compatibility library"
2HOMEPAGE = "https://xlsxwriter.readthedocs.io"
3SECTION = "devel/python"
4LICENSE = "BSD-2-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a4bab8df34a9a138b4e0ca56b8559a05"
6
7inherit pypi setuptools3
8
9PYPI_PACKAGE = "XlsxWriter"
10UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
11
12RDEPENDS:${PN} += " \
13 python3-crypt \
14 python3-datetime \
15 python3-compression \
16 python3-numbers \
17 python3-io \
18"
19
20SRC_URI[sha256sum] = "97618759cb264fb6a93397f660cca156ffa9561743b1823dafb60dc4474e1902"
21
22BBCLASSEXTEND = "native nativesdk"