blob: eb7f76b096c6a73ef502475e445e1cbf16d1cd37 [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 Williams73bd93f2024-02-20 08:07:48 -06007SRC_URI[sha256sum] = "3b2eede94d64538cb894eec50302a881e056ed7e057f0e24fb45b28a19d6b2e8"
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"