blob: f70099ab94f7d21399a92ae2f4dea54551032724 [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001DESCRIPTION = "Highly concurrent networking library"
2HOMEPAGE = "http://pypi.python.org/pypi/eventlet"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778"
6
Patrick Williams03514f12024-04-05 07:04:11 -05007SRC_URI[sha256sum] = "d227fe76a63d9e6a6cef53beb8ad0b2dc40a5e7737c801f4b474cfae1db07bc5"
Andrew Geissler517393d2023-01-13 08:55:19 -06008
9inherit pypi setuptools3
10
11RDEPENDS:${PN} += " \
Patrick Williams39653562024-03-01 08:54:02 -060012 python3-dnspython \
13 python3-six \
14 python3-greenlet \
Andrew Geissler517393d2023-01-13 08:55:19 -060015"