mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
python3-flask-restx: Add Flask-RestX Python Recipe
This commit introduces the python3-flask-restx recipe, which brings a fully featured framework for fast, easy, and documented API development with Flask. It is released under the BSD-3-Clause license. Signed-off-by: Arthur Oliveira <arthur.oliveira@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
762a6880f3
commit
2e862a3596
|
|
@ -0,0 +1,13 @@
|
|||
DESCRIPTION = "Fully featured framework for fast, easy and documented API development with Flask"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=c96dd911c6d9e32868b6bc667a38a3e2"
|
||||
|
||||
SRC_URI[sha256sum] = "9a5338b108c57fbed1d24d5d53fe98442b2be7ffa2ff3291305af7a613ce6fc0"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-isodate \
|
||||
python3-jsonschema \
|
||||
python3-pytz \
|
||||
"
|
||||
Loading…
Reference in New Issue
Block a user