blob: d305f2b831fa1a10af81a0023c1147f0ca889964 [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001SUMMARY = "Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)"
2HOMEPAGE = "https://github.com/jstasiak/python-zeroconf"
Andrew Geissler9aee5002022-03-30 16:27:02 +00003LICENSE = "LGPL-2.1-only"
Andrew Geissler595f6302022-01-24 19:11:47 +00004LIC_FILES_CHKSUM = "file://COPYING;md5=3bb705b228ea4a14ea2728215b780d80"
5
Patrick Williams58776372022-04-13 09:07:35 -05006SRC_URI[sha256sum] = "080c540ea4b8b9defa9f3ac05823c1725ea2c8aacda917bfc0193f6758b95aeb"
Andrew Geissler595f6302022-01-24 19:11:47 +00007
8inherit pypi setuptools3
9
10RDEPENDS:${PN} += " \
11 ${PYTHON_PN}-ifaddr \
12 ${PYTHON_PN}-asyncio \
13"