diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-flask-marshmallow_1.2.0.bb (renamed from meta-python/recipes-devtools/python/python3-flask-marshmallow_1.1.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-marshmallow_1.1.0.bb b/meta-python/recipes-devtools/python/python3-flask-marshmallow_1.2.0.bb index 15fb229007..573b202910 100644 --- a/meta-python/recipes-devtools/python/python3-flask-marshmallow_1.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-flask-marshmallow_1.2.0.bb | |||
@@ -1,13 +1,13 @@ | |||
1 | SUMMARY = "Flask + marshmallow for beautiful APIs" | 1 | SUMMARY = "Flask + marshmallow for beautiful APIs" |
2 | HOMEPAGE = "https://github.com/marshmallow-code/flask-marshmallow" | 2 | HOMEPAGE = "https://github.com/marshmallow-code/flask-marshmallow" |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dfbd4ae0074716275fc229c775723e8f" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=27586b20700d7544c06933afe56f7df4" |
5 | 5 | ||
6 | inherit pypi python_setuptools_build_meta | 6 | inherit pypi python_setuptools_build_meta |
7 | 7 | ||
8 | PYPI_PACKAGE = "flask_marshmallow" | 8 | PYPI_PACKAGE = "flask_marshmallow" |
9 | 9 | ||
10 | SRC_URI[sha256sum] = "2d186af7c8b4455b8a2c166c7470939c17d70353671ea5a287a14676846fa013" | 10 | SRC_URI[sha256sum] = "d0f79eb9743f0c530a3d9e848503e1f2228e6b35a819c91e913af02e68421805" |
11 | 11 | ||
12 | RDEPENDS:${PN} += "\ | 12 | RDEPENDS:${PN} += "\ |
13 | python3-flask \ | 13 | python3-flask \ |