mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 23:48:20 +00:00
python3-flask-socketio: Upgrade 5.0.1 -> 5.0.3
Upgrade to release 5.0.3: - Document the use of simple-websocket with the development web server - Show transport in example apps - Added Open Collective funding option Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
SUMMARY = "Socket.IO integration for Flask applications"
|
||||
HOMEPAGE = "https://github.com/miguelgrinberg/Flask-SocketIO/"
|
||||
SECTION = "devel/python"
|
||||
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=38cc21254909604298ce763a6e4440a0"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
PYPI_PACKAGE = "Flask-SocketIO"
|
||||
|
||||
SRC_URI[sha256sum] = "4fb968c43bc384f184cd1a25c1842297c2e3d6efc2f755a61be6d4406858220f"
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
${PYTHON_PN}-flask \
|
||||
${PYTHON_PN}-socketio \
|
||||
"
|
||||
Reference in New Issue
Block a user