summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-flask-jwt-extended_4.7.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-flask-jwt-extended_4.7.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-flask-jwt-extended_4.7.1.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-jwt-extended_4.7.1.bb b/meta-python/recipes-devtools/python/python3-flask-jwt-extended_4.7.1.bb
new file mode 100644
index 0000000000..b36ea81d97
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-flask-jwt-extended_4.7.1.bb
@@ -0,0 +1,17 @@
1SUMMARY = "Extended JWT integration with Flask"
2HOMEPAGE = "https://github.com/vimalloc/flask-jwt-extended"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=9166295d7c482b9440bbb2b5c0fa43ac"
5
6inherit pypi setuptools3
7
8PYPI_PACKAGE = "flask_jwt_extended"
9UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
10
11SRC_URI[sha256sum] = "8085d6757505b6f3291a2638c84d207e8f0ad0de662d1f46aa2f77e658a0c976"
12
13RDEPENDS:${PN} += "\
14 python3-werkzeug \
15 python3-flask \
16 python3-pyjwt \
17 "