diff options
author | Derek Straka <derek@asterius.io> | 2023-09-26 19:33:30 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-10-04 07:52:48 -0700 |
commit | a60e71f90ca662353bf1a026210b16cc692c3eba (patch) | |
tree | a9141ac5d73497a6da3228f74684829eb1f1fc60 /meta-python/recipes-devtools | |
parent | 0c5f37eafed45589a3c4fa9cad93c9bd92eb7e16 (diff) | |
download | meta-openembedded-a60e71f90ca662353bf1a026210b16cc692c3eba.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>
(cherry picked from commit cb621ee2586448b0c6584bd47ae076cc6b312b49)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-apiflask_2.0.2.bb (renamed from meta-python/recipes-devtools/python/python3-apiflask_2.0.1.bb) | 2 |
1 files changed, 1 insertions, 1 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.2.bb index ad946470ea..88afdda717 100644 --- a/meta-python/recipes-devtools/python/python3-apiflask_2.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-apiflask_2.0.2.bb | |||
@@ -7,7 +7,7 @@ inherit pypi setuptools3 | |||
7 | 7 | ||
8 | PYPI_PACKAGE = "APIFlask" | 8 | PYPI_PACKAGE = "APIFlask" |
9 | 9 | ||
10 | SRC_URI[sha256sum] = "7ffe29e082c6cc76d8ae78ba2445b5fcd69092fac04f4f8cd23b1c887cb291cc" | 10 | SRC_URI[sha256sum] = "c1ab81640a1ab252888e2cc7ae556272a169b449c582abae309a8fe295f9337d" |
11 | 11 | ||
12 | RDEPENDS:${PN} += "\ | 12 | RDEPENDS:${PN} += "\ |
13 | python3-flask \ | 13 | python3-flask \ |