diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-flask_2.3.2.bb (renamed from meta-python/recipes-devtools/python/python3-flask_2.2.3.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask_2.2.3.bb b/meta-python/recipes-devtools/python/python3-flask_2.3.2.bb index 90c56c75a4..ec9c62a170 100644 --- a/meta-python/recipes-devtools/python/python3-flask_2.2.3.bb +++ b/meta-python/recipes-devtools/python/python3-flask_2.3.2.bb | |||
@@ -6,11 +6,11 @@ HOMEPAGE = "https://github.com/mitsuhiko/flask/" | |||
6 | LICENSE = "BSD-3-Clause" | 6 | LICENSE = "BSD-3-Clause" |
7 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=ffeffa59c90c9c4a033c7574f8f3fb75" | 7 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=ffeffa59c90c9c4a033c7574f8f3fb75" |
8 | 8 | ||
9 | SRC_URI[sha256sum] = "7eb373984bf1c770023fce9db164ed0c3353cd0b53f130f4693da0ca756a2e6d" | 9 | SRC_URI[sha256sum] = "8c2f9abd47a9e8df7f0c3f091ce9497d011dc3b31effcf4c85a6e2b50f4114ef" |
10 | 10 | ||
11 | PYPI_PACKAGE = "Flask" | 11 | PYPI_PACKAGE = "Flask" |
12 | 12 | ||
13 | inherit pypi setuptools3 | 13 | inherit pypi python_setuptools_build_meta |
14 | 14 | ||
15 | CLEANBROKEN = "1" | 15 | CLEANBROKEN = "1" |
16 | 16 | ||