blob: f545f2b5501cf73a940164c03e1bbd041cb5a1ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 \
"
|