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

Many recipes are currently building with setuptools3 but can use a more modern tool: typically setuptools_build_meta but ordered-set can use flit_core and pyrad can use poetry_core. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
18 lines
474 B
BlitzBasic
18 lines
474 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 setuptools_build_meta
|
|
|
|
PYPI_PACKAGE = "Flask-SocketIO"
|
|
|
|
SRC_URI[sha256sum] = "1efdaacc7a26e94f2b197a80079b1058f6aa644a6094c0a322349e2b9c41f6b1"
|
|
|
|
RDEPENDS:${PN} += "\
|
|
${PYTHON_PN}-flask \
|
|
${PYTHON_PN}-socketio \
|
|
"
|