diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-10-09 14:07:58 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-08 23:35:53 -0700 |
| commit | dd1f44679cc4f0cb847cc55976e6d6ad2d8a3d3f (patch) | |
| tree | b4503a93ad32171abb020104f5f0a450c4a3ade9 /meta-python/recipes-devtools/python/python3-flask-restx_1.3.2.bb | |
| parent | a03be5c002471d8a5d1bf21968c18915e8b441f0 (diff) | |
| download | meta-openembedded-dd1f44679cc4f0cb847cc55976e6d6ad2d8a3d3f.tar.gz | |
python3-flask-restx: upgrade 1.3.0 -> 1.3.2
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-flask-restx_1.3.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-flask-restx_1.3.2.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-restx_1.3.2.bb b/meta-python/recipes-devtools/python/python3-flask-restx_1.3.2.bb new file mode 100644 index 0000000000..87353a50a6 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-flask-restx_1.3.2.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | DESCRIPTION = "Fully featured framework for fast, easy and documented API development with Flask" | ||
| 2 | LICENSE = "BSD-3-Clause" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c96dd911c6d9e32868b6bc667a38a3e2" | ||
| 4 | |||
| 5 | SRC_URI[sha256sum] = "0ae13d77e7d7e4dce513970cfa9db45364aef210e99022de26d2b73eb4dbced5" | ||
| 6 | |||
| 7 | inherit pypi setuptools3 | ||
| 8 | |||
| 9 | RDEPENDS:${PN} += " \ | ||
| 10 | python3-aniso8601 \ | ||
| 11 | python3-jsonschema \ | ||
| 12 | python3-pytz \ | ||
| 13 | " | ||
