mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
python3-svglib: upgrade 1.6.0 -> 2.0.2
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
SUMMARY = "A pure-Python library for reading and converting SVG."
|
||||
DESCRIPTION = "Svglib is a Python library for reading SVG files and \
|
||||
converting them (to a reasonable degree) to other formats using the \
|
||||
ReportLab Open Source toolkit."
|
||||
|
||||
LICENSE = "LGPL-3.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b52f2d57d10c4f7ee67a7eb9615d5d24"
|
||||
|
||||
CVE_PRODUCT = "svglib"
|
||||
|
||||
SRC_URI[sha256sum] = "455e473dbe7066eea55c39de8194a6a3b646b6c37a255700257fd32115ddb218"
|
||||
|
||||
inherit pypi python_hatchling
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
RDEPENDS:${PN} = "python3-pillow python3-html python3-cssselect2 python3-webencodings \
|
||||
python3-lxml"
|
||||
Reference in New Issue
Block a user