Files
meta-openembedded/meta-python/recipes-devtools/python/python3-engineio_4.13.4.bb
T
Wang Mingyu a849d0ce12 python3-engineio: upgrade 4.13.3 -> 4.13.4
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-03 22:57:40 -07:00

21 lines
497 B
BlitzBasic

SUMMARY = "Engine.IO server"
HOMEPAGE = "https://github.com/miguelgrinberg/python-engineio/"
SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=42d0a9e728978f0eeb759c3be91536b8"
inherit pypi python_setuptools_build_meta
PYPI_PACKAGE = "python_engineio"
RDEPENDS:${PN} += " \
python3-netclient \
python3-json \
python3-logging \
python3-compression \
python3-asyncio \
"
SRC_URI[sha256sum] = "413cb98d56c62f0f5ef29931592a360d437b82b3fa7ab415da3f6c7d3ebc0cb7"