summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python3-flask-marshmallow_0.15.0.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-marshmallow_0.15.0.bb b/meta-python/recipes-devtools/python/python3-flask-marshmallow_0.15.0.bb
new file mode 100644
index 0000000000..25ca4d24c8
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-flask-marshmallow_0.15.0.bb
@@ -0,0 +1,14 @@
1SUMMARY = "Flask + marshmallow for beautiful APIs"
2HOMEPAGE = "https://github.com/marshmallow-code/flask-marshmallow"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=c3ff8567ef1f2a8cf223f30ac5a6f094"
5
6inherit pypi setuptools3
7
8SRC_URI[sha256sum] = "2083ae55bebb5142fff98c6bbd483a2f5dbc531a8bc1be2180ed5f75e7f3fccc"
9
10RDEPENDS:${PN} += "\
11 python3-flask \
12 python3-marshmallow \
13 python3-packaging \
14 "