summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pikepdf_10.3.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-02-05 13:14:29 +0800
committerKhem Raj <raj.khem@gmail.com>2026-02-06 10:06:24 -0800
commit49bf96259e4162a7c6d7621b74301b182959f1f0 (patch)
treee51ec2a69202e2105a16aa7cca848da2341c7eec /meta-python/recipes-devtools/python/python3-pikepdf_10.3.0.bb
parent6a74749569e5c1be836f158f7eb656ce1c2cfe08 (diff)
downloadmeta-openembedded-49bf96259e4162a7c6d7621b74301b182959f1f0.tar.gz
python3-pikepdf: upgrade 10.2.0 -> 10.3.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pikepdf_10.3.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pikepdf_10.3.0.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pikepdf_10.3.0.bb b/meta-python/recipes-devtools/python/python3-pikepdf_10.3.0.bb
new file mode 100644
index 0000000000..b633cb9488
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pikepdf_10.3.0.bb
@@ -0,0 +1,24 @@
1SUMMARY = "Read and write PDFs with Python, powered by qpdf"
2HOMEPAGE = "https://github.com/pikepdf/pikepdf"
3LICENSE = "MPL-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9741c346eef56131163e13b9db1241b3"
5
6SRC_URI[sha256sum] = "e2a64a5f1ebf8c411193126b9eeff7faf5739a40bce7441e579531422469fbb1"
7
8inherit pypi python_setuptools_build_meta
9
10PYPI_PACKAGE = "pikepdf"
11
12CVE_PRODUCT = "pikepdf"
13
14DEPENDS += " \
15 python3-pybind11-native \
16 qpdf \
17"
18
19RDEPENDS:${PN} += " \
20 python3-pillow \
21 python3-lxml \
22"
23
24BBCLASSEXTEND = "native nativesdk"