mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-15 02:01:37 +00:00
13a97b2a81
This package uses flit now. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
18 lines
517 B
BlitzBasic
18 lines
517 B
BlitzBasic
SUMMARY = "Flask extension for sending email"
|
|
DESCRIPTION = "A Flask extension for sending email"
|
|
HOMEPAGE = " https://github.com/rduplain/flask-email"
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=201f2b80112efa61b78515bd54e9f138"
|
|
|
|
SRC_URI[sha256sum] = "44083e7b02bbcce792209c06252f8569dd5a325a7aaa76afe7330422bd97881d"
|
|
|
|
PYPI_PACKAGE = "flask_mail"
|
|
UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
|
|
|
|
inherit pypi python_flit_core
|
|
|
|
RDEPENDS:${PN} = " \
|
|
python3-blinker \
|
|
python3-flask \
|
|
"
|