summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-flask-restx_1.3.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-flask-restx_1.3.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-flask-restx_1.3.2.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-restx_1.3.2.bb b/meta-python/recipes-devtools/python/python3-flask-restx_1.3.2.bb
new file mode 100644
index 0000000000..87353a50a6
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-flask-restx_1.3.2.bb
@@ -0,0 +1,13 @@
1DESCRIPTION = "Fully featured framework for fast, easy and documented API development with Flask"
2LICENSE = "BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=c96dd911c6d9e32868b6bc667a38a3e2"
4
5SRC_URI[sha256sum] = "0ae13d77e7d7e4dce513970cfa9db45364aef210e99022de26d2b73eb4dbced5"
6
7inherit pypi setuptools3
8
9RDEPENDS:${PN} += " \
10 python3-aniso8601 \
11 python3-jsonschema \
12 python3-pytz \
13"