diff options
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.bb | 16 |
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 @@ | |||
| 1 | SUMMARY = "Flask + marshmallow for beautiful APIs" | ||
| 2 | HOMEPAGE = "https://github.com/marshmallow-code/flask-marshmallow" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=27586b20700d7544c06933afe56f7df4" | ||
| 5 | |||
| 6 | inherit pypi python_flit_core | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "flask_marshmallow" | ||
| 9 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
| 10 | |||
| 11 | SRC_URI[sha256sum] = "98c90a253052c72d2ddddc925539ac33bbd780c6fba86478ffe18e3b89d8b471" | ||
| 12 | |||
| 13 | RDEPENDS:${PN} += "\ | ||
| 14 | python3-flask \ | ||
| 15 | python3-marshmallow \ | ||
| 16 | " | ||
