diff options
| author | Domarys Correa <domarys.correa@ossystems.com.br> | 2020-04-28 10:09:08 -0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-04-28 16:24:06 -0700 |
| commit | d71a9f0757a604459c3d863d6eeab94d8e25e8cd (patch) | |
| tree | 994563a46b492e7934fec6a54a4947e42478aefc /meta-python | |
| parent | ff074c400062ed0a19e4a1ef71fe46ea3dbff659 (diff) | |
| download | meta-openembedded-d71a9f0757a604459c3d863d6eeab94d8e25e8cd.tar.gz | |
python3-flask-jwt: Add recipe version 0.3.2
Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-flask-jwt_0.3.2.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-jwt_0.3.2.bb b/meta-python/recipes-devtools/python/python3-flask-jwt_0.3.2.bb new file mode 100644 index 0000000000..779a2e25e9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-flask-jwt_0.3.2.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | DESCRIPTION = "JWT token authentication for Flask apps" | ||
| 2 | HOMEPAGE = "https://github.com/mattupstate/flask-jwt" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ff00db41c47ec84b4567a8b3c246a959" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "Flask-JWT" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "878ad79a12afa70ad38a12d5ffd2dc1e" | ||
| 10 | SRC_URI[sha256sum] = "49c0672fbde0f1cd3374bd834918d28956e3c521c7e00089cdc5380d323bd0ad" | ||
| 11 | |||
| 12 | inherit pypi setuptools3 | ||
| 13 | |||
| 14 | RDEPENDS_${PN} += "${PYTHON_PN}-pyjwt ${PYTHON_PN}-flask" | ||
