Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 1 | SUMMARY = "Simple DNS resolver for asyncio" |
| 2 | DESCRIPTION = "aiodns provides a simple way for doing asynchronous DNS resolutions using pycares." |
| 3 | HOMEPAGE = "https://github.com/saghul/aiodns" |
| 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a565d8b5d06b9620968a135a2657b093" |
| 6 | |
| 7 | SRC_URI[sha256sum] = "1073eac48185f7a4150cad7f96a5192d6911f12b4fb894de80a088508c9b3a99" |
| 8 | |
| 9 | PYPI_PACKAGE = "aiodns" |
| 10 | |
| 11 | inherit pypi setuptools3 |
| 12 | |
| 13 | RDEPENDS:${PN} += " \ |
| 14 | ${PYTHON_PN}-asyncio \ |
| 15 | ${PYTHON_PN}-pycares \ |
| 16 | " |