blob: 30ff62a7ed44048edead534a3c6207485fc34d4c [file] [log] [blame]
Andrew Geissler9aee5002022-03-30 16:27:02 +00001SUMMARY = "Python Serial Port Extension - Asynchronous I/O support"
2HOMEPAGE = "https://github.com/pyserial/pyserial-asyncio"
3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9a79418f241689e78034391d51162d24"
5
6SRC_URI[sha256sum] = "b6032923e05e9d75ec17a5af9a98429c46d2839adfaf80604d52e0faacd7a32f"
7
8inherit pypi setuptools3
9
10RDEPENDS:${PN} += "python3-asyncio python3-core python3-pyserial"