Files
meta-openembedded/meta-python/recipes-devtools/python/python3-reportlab_5.0.1.bb
T
2026-08-26 10:26:45 -07:00

16 lines
517 B
BlitzBasic

SUMMARY = "The Reportlab Toolkit."
DESCRIPTION = "An Open Source Python library for generating PDFs and graphics."
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=cf24392f451ff6710fca1e96cefa0424"
SRC_URI[sha256sum] = "ebd13154be1c8515e665de70bd2d303ae9ddc3ef47e44afd5116441ca0283a26"
CVE_PRODUCT = "reportlab"
CVE_STATUS[CVE-2020-28463] = "fixed-version: has been fixed since 3.5.55"
inherit pypi python_setuptools_build_meta
DEPENDS += "python3-wheel-native"
BBCLASSEXTEND = "native nativesdk"