mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-06 03:10:01 +00:00
python3-flask-marshmallow: add recipe
Signed-off-by: Sam Van Den Berge <sam.van.den.berge@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
df3998a86a
commit
40d0d182a2
@@ -0,0 +1,14 @@
|
||||
SUMMARY = "Flask + marshmallow for beautiful APIs"
|
||||
HOMEPAGE = "https://github.com/marshmallow-code/flask-marshmallow"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=c3ff8567ef1f2a8cf223f30ac5a6f094"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
SRC_URI[sha256sum] = "2083ae55bebb5142fff98c6bbd483a2f5dbc531a8bc1be2180ed5f75e7f3fccc"
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
python3-flask \
|
||||
python3-marshmallow \
|
||||
python3-packaging \
|
||||
"
|
||||
Reference in New Issue
Block a user