diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-10-23 16:26:46 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-10-23 08:05:01 -0700 |
| commit | 27da11a2cea8326f0a90c3975d1bd8afcbab1fad (patch) | |
| tree | dbaa65039c8e69720910df59bb70082c60915f7e /meta-python/recipes-devtools/python/python3-aiodns_3.1.1.bb | |
| parent | 4a1e10c269b078acad7c9589450aa7b63f3691d4 (diff) | |
| download | meta-openembedded-27da11a2cea8326f0a90c3975d1bd8afcbab1fad.tar.gz | |
python3-aiodns: upgrade 3.0.0 -> 3.1.1
Changelog:
============
Add PEP-561 with py.typed
Fix timeout
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-aiodns_3.1.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-aiodns_3.1.1.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-aiodns_3.1.1.bb b/meta-python/recipes-devtools/python/python3-aiodns_3.1.1.bb new file mode 100644 index 0000000000..5c685d7e40 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-aiodns_3.1.1.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 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 | " | ||
