blob: 85f537189e7df0a7ff1b74f3ded7f4e3442fbfa3 [file] [log] [blame]
Patrick Williams92b42cb2022-09-03 06:53:57 -05001SUMMARY = "Engine.IO server"
2HOMEPAGE = "https://github.com/miguelgrinberg/python-engineio/"
3SECTION = "devel/python"
4
5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=42d0a9e728978f0eeb759c3be91536b8"
7
8inherit pypi python_setuptools_build_meta
9
10PYPI_PACKAGE = "python-engineio"
11
12RDEPENDS:${PN} += " \
13 python3-netclient \
14 python3-json \
15 python3-logging \
16 python3-compression \
17 python3-asyncio \
18"
19
Andrew Geissler5082cc72023-09-11 08:41:39 -040020SRC_URI[sha256sum] = "8b4f30ba58a5bff001801127227f44a1da0c0a22045f798c1a13ebb0d618e2a3"