summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-apiflask_2.0.1.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.1.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.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-apiflask_2.0.1.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-python/recipes-devtools/python/python3-apiflask_2.0.1.bb b/meta-python/recipes-devtools/python/python3-apiflask_2.0.1.bb
deleted file mode 100644
index ad946470ea..0000000000
--- a/meta-python/recipes-devtools/python/python3-apiflask_2.0.1.bb
+++ /dev/null
@@ -1,18 +0,0 @@
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] = "7ffe29e082c6cc76d8ae78ba2445b5fcd69092fac04f4f8cd23b1c887cb291cc"
11
12RDEPENDS:${PN} += "\
13 python3-flask \
14 python3-flask-marshmallow \
15 python3-webargs \
16 python3-flask-httpauth \
17 python3-apispec \
18 "