diff options
| author | Derek Straka <derek@asterius.io> | 2023-12-14 04:59:09 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-12-13 22:03:48 -0800 |
| commit | 41fef651c04b0c69a40218ea1e80455141247bc2 (patch) | |
| tree | 130dc76d659c7988ed93d13409fec88df95ad5e9 /meta-python/recipes-devtools/python/python3-olefile_0.47.bb | |
| parent | 97c2b0d2d52bb26719f013479c0a2accaed7b565 (diff) | |
| download | meta-openembedded-41fef651c04b0c69a40218ea1e80455141247bc2.tar.gz | |
python3-olefile: update to version 0.47
Update license file checksum and verified the terms are the same
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-olefile_0.47.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-olefile_0.47.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-olefile_0.47.bb b/meta-python/recipes-devtools/python/python3-olefile_0.47.bb new file mode 100644 index 0000000000..2db0adad8b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-olefile_0.47.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | SUMMARY = "Python package to parse, read and write Microsoft OLE2 files" | ||
| 2 | HOMEPAGE = "https://github.com/decalage2/olefile" | ||
| 3 | LICENSE = "BSD-2-Clause" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f18814bd70fd28e11a4545145dcb3822" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "599383381a0bf3dfbd932ca0ca6515acd174ed48870cbf7fee123d698c192c1c" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
| 9 | |||
| 10 | PYPI_PACKAGE = "olefile" | ||
| 11 | PYPI_PACKAGE_EXT = "zip" | ||
| 12 | |||
| 13 | RDEPENDS:${PN} += "\ | ||
| 14 | ${PYTHON_PN}-core \ | ||
| 15 | ${PYTHON_PN}-datetime \ | ||
| 16 | ${PYTHON_PN}-logging \ | ||
| 17 | " | ||
