- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
18 lines
513 B
BlitzBasic
18 lines
513 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;md5=5b16dfa6d3f275ace5985bb92949f770"
|
|
|
|
SRC_URI[md5sum] = "04b35a42a44ec7aa724ec8ce55e2e08e"
|
|
SRC_URI[sha256sum] = "22e5eb9a940bf407bcf30410ecc3708f3c56cc44b29c34e1726fe85006935f41"
|
|
|
|
PYPI_PACKAGE = "Flask-Mail"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
RDEPENDS:${PN} = " \
|
|
python3-blinker \
|
|
python3-flask \
|
|
"
|