mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
python3-cairocffi: add new recipe
python3-wxgtk4 RDEPENDS cairocffi, so add this new recipe for it Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
SUMMARY = "cairocffi is a CFFI-based drop-in replacement for Pycairo, a set of Python bindings and object-oriented API for cairo."
|
||||||
|
HOMEPAGE = "https://github.com/Kozea/cairocffi"
|
||||||
|
LICENSE = "BSD-3-Clause"
|
||||||
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=e7c7639c2f7e3d6103414416614bfaac"
|
||||||
|
|
||||||
|
SRC_URI[sha256sum] = "2e48ee864884ec4a3a34bfa8c9ab9999f688286eb714a15a43ec9d068c36557b"
|
||||||
|
|
||||||
|
inherit pypi python_flit_core
|
||||||
|
|
||||||
|
RDEPENDS:${PN} = "\
|
||||||
|
python3-cffi \
|
||||||
|
"
|
||||||
Reference in New Issue
Block a user