summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-apiflask_2.0.2.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2023-09-26 19:33:30 +0000
committerKhem Raj <raj.khem@gmail.com>2023-09-26 14:20:21 -0700
commitcb621ee2586448b0c6584bd47ae076cc6b312b49 (patch)
tree7fb9a1817634865e7967b81f5e82474be2c8e9a9 /meta-python/recipes-devtools/python/python3-apiflask_2.0.2.bb
parent9626784f46dfa25462f37742201d6b59a9914580 (diff)
downloadmeta-openembedded-cb621ee2586448b0c6584bd47ae076cc6b312b49.tar.gz
python3-apiflask: Update version 2.0.1 -> 2.0.2
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-apiflask_2.0.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-apiflask_2.0.2.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-apiflask_2.0.2.bb b/meta-python/recipes-devtools/python/python3-apiflask_2.0.2.bb
new file mode 100644
index 0000000000..88afdda717
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-apiflask_2.0.2.bb
@@ -0,0 +1,18 @@
1SUMMARY = "APIFlask is a lightweight Python web API framework based on Flask and marshmallow-code projects."
2HOMEPAGE = "https://github.com/apiflask/apiflask"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=5f89d1b0dec37448d4f4163dc3c40e64"
5
6inherit pypi setuptools3
7
8PYPI_PACKAGE = "APIFlask"
9
10SRC_URI[sha256sum] = "c1ab81640a1ab252888e2cc7ae556272a169b449c582abae309a8fe295f9337d"
11
12RDEPENDS:${PN} += "\
13 python3-flask \
14 python3-flask-marshmallow \
15 python3-webargs \
16 python3-flask-httpauth \
17 python3-apispec \
18 "