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

This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.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] = "b41b9f6fb0d7f3fcadd54c44653307a9b96e985c7da73f92779480248b5b6874"
|
|
|
|
RDEPENDS:${PN} += "\
|
|
${PYTHON_PN}-flask \
|
|
${PYTHON_PN}-socketio \
|
|
"
|