summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pikepdf_10.5.1.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-03-26 19:56:14 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-03-27 09:08:59 -0700
commit014d806fa50d14ced6f9585c9dfa6f03f924fea0 (patch)
tree3e4a5fff3196217cef17138ab29539c296ee388e /meta-python/recipes-devtools/python/python3-pikepdf_10.5.1.bb
parent77b8a0afd6369218b19887a80353b7a48454906d (diff)
downloadmeta-openembedded-014d806fa50d14ced6f9585c9dfa6f03f924fea0.tar.gz
python3-pikepdf: upgrade 10.3.0 -> 10.5.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pikepdf_10.5.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pikepdf_10.5.1.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pikepdf_10.5.1.bb b/meta-python/recipes-devtools/python/python3-pikepdf_10.5.1.bb
new file mode 100644
index 0000000000..289a702e06
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pikepdf_10.5.1.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] = "ffa6c7d0b77deb3af9735e0b0cae177c897431e10d342bb171b62e5527a622b7"
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"