mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-09 22:00:00 +00:00
python3-zeroconf: Upgrade 0.140.1 -> 0.141.0
Upgrade to release 0.141.0: - Speed up adding and expiring records in the DNSCache Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
SUMMARY = "Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)"
|
||||
HOMEPAGE = "https://github.com/jstasiak/python-zeroconf"
|
||||
LICENSE = "LGPL-2.1-or-later"
|
||||
LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=93e84222c4bfa3e70c20bb48ae9893b1"
|
||||
|
||||
SRC_URI[sha256sum] = "c0c41cfe1331cf885f132dd2400e4091f59ae0a571cae14f3db66919a055489b"
|
||||
|
||||
inherit pypi python_poetry_core cython
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-ifaddr (>=0.1.7) \
|
||||
python3-async-timeout \
|
||||
"
|
||||
Reference in New Issue
Block a user