summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-flask-marshmallow_1.3.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-flask-marshmallow_1.3.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-flask-marshmallow_1.3.0.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-marshmallow_1.3.0.bb b/meta-python/recipes-devtools/python/python3-flask-marshmallow_1.3.0.bb
new file mode 100644
index 0000000000..631ea14c3d
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-flask-marshmallow_1.3.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_setuptools_build_meta
7
8PYPI_PACKAGE = "flask_marshmallow"
9UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
10
11SRC_URI[sha256sum] = "27a35d0ce5dcba161cc5f2f4764afbc2536c93fa439a793250b827835e3f3be6"
12
13RDEPENDS:${PN} += "\
14 python3-flask \
15 python3-marshmallow \
16 "