summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-flask-marshmallow_1.1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-flask-marshmallow_1.1.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-flask-marshmallow_1.1.0.bb15
1 files changed, 15 insertions, 0 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.1.0.bb
new file mode 100644
index 0000000000..15fb229007
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-flask-marshmallow_1.1.0.bb
@@ -0,0 +1,15 @@
1SUMMARY = "Flask + marshmallow for beautiful APIs"
2HOMEPAGE = "https://github.com/marshmallow-code/flask-marshmallow"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=dfbd4ae0074716275fc229c775723e8f"
5
6inherit pypi python_setuptools_build_meta
7
8PYPI_PACKAGE = "flask_marshmallow"
9
10SRC_URI[sha256sum] = "2d186af7c8b4455b8a2c166c7470939c17d70353671ea5a287a14676846fa013"
11
12RDEPENDS:${PN} += "\
13 python3-flask \
14 python3-marshmallow \
15 "