blob: 7a828a645dad208df062ab128d1a319f8de054bc [file] [log] [blame]
William A. Kennington IIIb95905d2021-06-02 12:40:56 -07001SUMMARY = "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 setuptools3
9
10PYPI_PACKAGE = "python-engineio"
11
Patrick Williams213cb262021-08-07 19:21:33 -050012RDEPENDS:${PN} += " \
William A. Kennington IIIb95905d2021-06-02 12:40:56 -070013 python3-netclient \
14 python3-json \
15 python3-logging \
16 python3-compression \
17 python3-asyncio \
18"
19
20SRC_URI[md5sum] = "1fa937ec2a9f6feac27e9f65824c5781"
21SRC_URI[sha256sum] = "4e97c1189c23923858f5bb6dc47cfcd915005383c3c039ff01c89f2c00d62077"