mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 23:01:09 +02:00
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
14 lines
482 B
BlitzBasic
14 lines
482 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] = "9fdf68f4de9171ec66acb4a5feed8f8ca2af43479e707a6fbb0daa75d88e5494"
|
|
|
|
CVE_PRODUCT = "reportlab"
|
|
CVE_STATUS[CVE-2020-28463] = "fixed-version: has been fixed since 3.5.55"
|
|
inherit pypi python_setuptools_build_meta
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|