mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-26 13:38:18 +00:00
python3-pikepdf: upgrade 10.1.0 -> 10.2.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
SUMMARY = "Read and write PDFs with Python, powered by qpdf"
|
||||
HOMEPAGE = "https://github.com/pikepdf/pikepdf"
|
||||
LICENSE = "MPL-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9741c346eef56131163e13b9db1241b3"
|
||||
|
||||
SRC_URI[sha256sum] = "0f398b0daeb2ffd2358f75c06f1dd47b9ba76f1a77dfe938cccf7080c58227d7"
|
||||
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
PYPI_PACKAGE = "pikepdf"
|
||||
|
||||
CVE_PRODUCT = "pikepdf"
|
||||
|
||||
DEPENDS += " \
|
||||
python3-pybind11-native \
|
||||
qpdf \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-pillow \
|
||||
python3-lxml \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user