mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Release 5.1.1 - 2021-08-02 Only use SSL socket if at least one SSL kwarg is not None #1639 (commit) (thanks JT Raber!) Remove unused SSL arguments from eventlet server options #1639 (commit) Remove executable permissions from files that lack shebang lines #1621 (commit) (thanks Ben Beasley!) Improved project structure (commit) Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
18 lines
464 B
BlitzBasic
18 lines
464 B
BlitzBasic
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] = "1efdaacc7a26e94f2b197a80079b1058f6aa644a6094c0a322349e2b9c41f6b1"
|
|
|
|
RDEPENDS:${PN} += "\
|
|
${PYTHON_PN}-flask \
|
|
${PYTHON_PN}-socketio \
|
|
"
|