diff options
author | Mingli Yu <mingli.yu@windriver.com> | 2025-05-14 15:20:31 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-05-14 08:37:27 -0700 |
commit | 6eb42da3e73aa4f1d9991e239c1d7beda63da4de (patch) | |
tree | b11946d90e433275038e424c0efb1467dbaba917 /meta-python | |
parent | 3e958fabe9aba50eed664e99e98af8a0f957f511 (diff) | |
download | meta-openembedded-6eb42da3e73aa4f1d9991e239c1d7beda63da4de.tar.gz |
python3-flask: Update the homepage
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-flask_3.1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask_3.1.0.bb b/meta-python/recipes-devtools/python/python3-flask_3.1.0.bb index 4d1d2d12e6..7e1988606e 100644 --- a/meta-python/recipes-devtools/python/python3-flask_3.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-flask_3.1.0.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "A microframework based on Werkzeug, Jinja2 and good intentions" | |||
2 | DESCRIPTION = "\ | 2 | DESCRIPTION = "\ |
3 | Flask is a microframework for Python based on Werkzeug, Jinja 2 and good \ | 3 | Flask is a microframework for Python based on Werkzeug, Jinja 2 and good \ |
4 | intentions. And before you ask: It’s BSD licensed!" | 4 | intentions. And before you ask: It’s BSD licensed!" |
5 | HOMEPAGE = "https://github.com/mitsuhiko/flask/" | 5 | HOMEPAGE = "https://github.com/pallets/flask" |
6 | LICENSE = "BSD-3-Clause" | 6 | LICENSE = "BSD-3-Clause" |
7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ffeffa59c90c9c4a033c7574f8f3fb75" | 7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ffeffa59c90c9c4a033c7574f8f3fb75" |
8 | 8 | ||