summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorArthur Oliveira <arthur.oliveira@ossystems.com.br>2023-11-03 10:10:35 -0300
committerKhem Raj <raj.khem@gmail.com>2023-11-03 09:29:34 -0700
commit2e862a35962df56ec27b7ad46ae64c1177b3ea88 (patch)
tree0933b62cf698f49ccd96cf96269cfbd97c4f86e8 /meta-python/recipes-devtools/python
parent762a6880f3e56832441ecacdddeddc3566de1f54 (diff)
downloadmeta-openembedded-2e862a35962df56ec27b7ad46ae64c1177b3ea88.tar.gz
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>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-flask-restx_1.2.0.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-restx_1.2.0.bb b/meta-python/recipes-devtools/python/python3-flask-restx_1.2.0.bb
new file mode 100644
index 0000000000..cff797139a
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-flask-restx_1.2.0.bb
@@ -0,0 +1,13 @@
1DESCRIPTION = "Fully featured framework for fast, easy and documented API development with Flask"
2LICENSE = "BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=c96dd911c6d9e32868b6bc667a38a3e2"
4
5SRC_URI[sha256sum] = "9a5338b108c57fbed1d24d5d53fe98442b2be7ffa2ff3291305af7a613ce6fc0"
6
7inherit pypi setuptools3
8
9RDEPENDS:${PN} += " \
10 python3-isodate \
11 python3-jsonschema \
12 python3-pytz \
13"