diff options
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.bb | 22 |
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 @@ | |||
1 | SUMMARY = "Python 2 and 3 compatibility library" | ||
2 | HOMEPAGE = "https://xlsxwriter.readthedocs.io" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "BSD-2-Clause" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a4bab8df34a9a138b4e0ca56b8559a05" | ||
6 | |||
7 | inherit pypi setuptools3 | ||
8 | |||
9 | PYPI_PACKAGE = "XlsxWriter" | ||
10 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
11 | |||
12 | RDEPENDS:${PN} += " \ | ||
13 | python3-crypt \ | ||
14 | python3-datetime \ | ||
15 | python3-compression \ | ||
16 | python3-numbers \ | ||
17 | python3-io \ | ||
18 | " | ||
19 | |||
20 | SRC_URI[sha256sum] = "97618759cb264fb6a93397f660cca156ffa9561743b1823dafb60dc4474e1902" | ||
21 | |||
22 | BBCLASSEXTEND = "native nativesdk" | ||