summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-flask-marshmallow_1.4.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-flask-marshmallow_1.4.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-flask-marshmallow_1.4.0.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-marshmallow_1.4.0.bb b/meta-python/recipes-devtools/python/python3-flask-marshmallow_1.4.0.bb
new file mode 100644
index 0000000000..189ed5335b
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-flask-marshmallow_1.4.0.bb
@@ -0,0 +1,16 @@
1SUMMARY = "Flask + marshmallow for beautiful APIs"
2HOMEPAGE = "https://github.com/marshmallow-code/flask-marshmallow"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=27586b20700d7544c06933afe56f7df4"
5
6inherit pypi python_flit_core
7
8PYPI_PACKAGE = "flask_marshmallow"
9UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
10
11SRC_URI[sha256sum] = "98c90a253052c72d2ddddc925539ac33bbd780c6fba86478ffe18e3b89d8b471"
12
13RDEPENDS:${PN} += "\
14 python3-flask \
15 python3-marshmallow \
16 "