mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
python3-flask-jwt-extended: upgrade 4.7.3 -> 4.7.4
Changelog: setup.py: bump PyJWT floor to >=2.11.0 to match the actual runtime requirement Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
SUMMARY = "Extended JWT integration with Flask"
|
||||
HOMEPAGE = "https://github.com/vimalloc/flask-jwt-extended"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=9166295d7c482b9440bbb2b5c0fa43ac"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
PYPI_PACKAGE = "flask_jwt_extended"
|
||||
UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
|
||||
|
||||
SRC_URI[sha256sum] = "78fd0f460317facf3a0084a6457ffaf2f1dda9eefbd576f94cea35b0eadd5531"
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
python3-werkzeug \
|
||||
python3-flask \
|
||||
python3-pyjwt \
|
||||
"
|
||||
Reference in New Issue
Block a user