From ceb26ff276a4547bbaf84f7d7e18f4f585339d0b Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 13 Jan 2026 18:23:25 +0800 Subject: python3-pikepdf: upgrade 10.1.0 -> 10.2.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-pikepdf_10.1.0.bb | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pikepdf_10.1.0.bb (limited to 'meta-python/recipes-devtools/python/python3-pikepdf_10.1.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-pikepdf_10.1.0.bb b/meta-python/recipes-devtools/python/python3-pikepdf_10.1.0.bb deleted file mode 100644 index 605cc69be9..0000000000 --- a/meta-python/recipes-devtools/python/python3-pikepdf_10.1.0.bb +++ /dev/null @@ -1,24 +0,0 @@ -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] = "d75778283c354580a462d31bd4334f6ba92225e41ccd8bb949ec6e98a23d4eb2" - -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" -- cgit v1.2.3-54-g00ecf