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