meta-openembedded/meta-python/recipes-devtools/python/python3-olefile_0.47.bb
Tim Orling 94c20e1ef4
meta-python: drop ${PYTHON_PN}
python 2 is long unsupported, so we no longer need this variable.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-19 23:22:24 -08:00

18 lines
479 B
BlitzBasic

SUMMARY = "Python package to parse, read and write Microsoft OLE2 files"
HOMEPAGE = "https://github.com/decalage2/olefile"
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f18814bd70fd28e11a4545145dcb3822"
SRC_URI[sha256sum] = "599383381a0bf3dfbd932ca0ca6515acd174ed48870cbf7fee123d698c192c1c"
inherit pypi setuptools3
PYPI_PACKAGE = "olefile"
PYPI_PACKAGE_EXT = "zip"
RDEPENDS:${PN} += "\
python3-core \
python3-datetime \
python3-logging \
"