mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-30 22:18:13 +01:00
Bugfix: Handle oserror on failure to close socket instead of raising indexerror Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 lines
474 B
BlitzBasic
13 lines
474 B
BlitzBasic
SUMMARY = "Happy Eyeballs"
|
|
DESCRIPTION = "This library exists to allow connecting with Happy Eyeballs when you already have a list of addrinfo and not a DNS name."
|
|
HOMEPAGE = "https://github.com/aio-libs/aiohappyeyeballs"
|
|
LICENSE = "PSF-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=fcf6b249c2641540219a727f35d8d2c2"
|
|
|
|
SRC_URI[sha256sum] = "5fdd7d87889c63183afc18ce9271f9b0a7d32c2303e394468dd45d514a757745"
|
|
|
|
inherit pypi python_poetry_core
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|
|
|