summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-flask-restful_0.3.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-flask-restful_0.3.7.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-flask-restful_0.3.7.bb18
1 files changed, 16 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-restful_0.3.7.bb b/meta-python/recipes-devtools/python/python3-flask-restful_0.3.7.bb
index 6bff59a565..ad27578382 100644
--- a/meta-python/recipes-devtools/python/python3-flask-restful_0.3.7.bb
+++ b/meta-python/recipes-devtools/python/python3-flask-restful_0.3.7.bb
@@ -1,2 +1,16 @@
1inherit setuptools3 1SUMMARY = "Simple framework for creating REST APIs"
2require python-flask-restful.inc 2DESCRIPTION = "\
3Flask-RESTful is an extension for Flask that adds support for quickly building \
4REST APIs"
5HOMEPAGE = "https://github.com/flask-restful/flask-restful"
6LICENSE = "BSD-3-Clause"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=685bb55ed99a366bb431995f5eef2783"
8
9SRC_URI[md5sum] = "a7217ef1159be38af5faf61aa09aabef"
10SRC_URI[sha256sum] = "f8240ec12349afe8df1db168ea7c336c4e5b0271a36982bff7394f93275f2ca9"
11
12inherit pypi setuptools3
13
14PYPI_PACKAGE = "Flask-RESTful"
15
16RDEPENDS_${PN} = "${PYTHON_PN}-flask"