diff options
Diffstat (limited to 'meta-python/recipes-devtools/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 | ||