blob: 242f329dc8d11d6ecb98fdbf62b5331d9fc37cbd [file] [log] [blame]
Andrew Geissler69721092021-07-23 12:57:00 -04001SUMMARY = "Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)"
2HOMEPAGE = "https://github.com/jstasiak/python-zeroconf"
3LICENSE = "LGPL-2.1"
4LIC_FILES_CHKSUM = "file://COPYING;md5=3bb705b228ea4a14ea2728215b780d80"
5
Patrick Williams213cb262021-08-07 19:21:33 -05006SRC_URI[sha256sum] = "5a59425d225a1f5fba0196766fccf856d4686f653037108cbc643a76c1a884fd"
Andrew Geissler69721092021-07-23 12:57:00 -04007
8inherit pypi setuptools3
9
Patrick Williams213cb262021-08-07 19:21:33 -050010RDEPENDS:${PN} += " \
Andrew Geissler69721092021-07-23 12:57:00 -040011 ${PYTHON_PN}-ifaddr \
12 ${PYTHON_PN}-asyncio \
13"