- 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)
16 lines
449 B
BlitzBasic
16 lines
449 B
BlitzBasic
SUMMARY = "Flask + marshmallow for beautiful APIs"
|
|
HOMEPAGE = "https://github.com/marshmallow-code/flask-marshmallow"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=27586b20700d7544c06933afe56f7df4"
|
|
|
|
inherit pypi python_setuptools_build_meta
|
|
|
|
PYPI_PACKAGE = "flask_marshmallow"
|
|
|
|
SRC_URI[sha256sum] = "00ee96399ed664963afff3b5d6ee518640b0f91dbc2aace2b5abcf32f40ef23a"
|
|
|
|
RDEPENDS:${PN} += "\
|
|
python3-flask \
|
|
python3-marshmallow \
|
|
"
|