diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-flask-restful_0.3.10.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-flask-restful_0.3.10.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-restful_0.3.10.bb b/meta-python/recipes-devtools/python/python3-flask-restful_0.3.10.bb new file mode 100644 index 0000000000..7d5f1ea41d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-flask-restful_0.3.10.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | SUMMARY = "Simple framework for creating REST APIs" | ||
| 2 | DESCRIPTION = "\ | ||
| 3 | Flask-RESTful is an extension for Flask that adds support for quickly building \ | ||
| 4 | REST APIs" | ||
| 5 | HOMEPAGE = "https://github.com/flask-restful/flask-restful" | ||
| 6 | LICENSE = "BSD-3-Clause" | ||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=685bb55ed99a366bb431995f5eef2783" | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "fe4af2ef0027df8f9b4f797aba20c5566801b6ade995ac63b588abf1a59cec37" | ||
| 10 | |||
| 11 | inherit pypi setuptools3 | ||
| 12 | |||
| 13 | PYPI_PACKAGE = "Flask-RESTful" | ||
| 14 | |||
| 15 | RDEPENDS:${PN} = "${PYTHON_PN}-flask" | ||
