summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-zeroconf_0.36.13.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-11-15 15:10:20 +0200
committerKhem Raj <raj.khem@gmail.com>2021-11-16 08:25:15 -0800
commit1e253eb49816d8597aeb8bda4fd1355b45256aac (patch)
treec967bfca5914435fdd96fbf47ea386a81a9815cf /meta-python/recipes-devtools/python/python3-zeroconf_0.36.13.bb
parent33f3c504cd1e204852e9bc732d3973f9d505f781 (diff)
downloadmeta-openembedded-1e253eb49816d8597aeb8bda4fd1355b45256aac.tar.gz
python3-zeroconf: Upgrade 0.36.12 -> 0.36.13
Upgrade to release 0.36.13: - Unavailable interfaces are now skipped during socket bind - Downgraded incoming corrupt packet logging to debug Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-zeroconf_0.36.13.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-zeroconf_0.36.13.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-zeroconf_0.36.13.bb b/meta-python/recipes-devtools/python/python3-zeroconf_0.36.13.bb
new file mode 100644
index 0000000000..ccab7fe4c9
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-zeroconf_0.36.13.bb
@@ -0,0 +1,13 @@
1SUMMARY = "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
6SRC_URI[sha256sum] = "196fa1bd6e166f0333e3e9fff076f9991bf2719c4788287eaec577c241ef96bf"
7
8inherit pypi setuptools3
9
10RDEPENDS:${PN} += " \
11 ${PYTHON_PN}-ifaddr \
12 ${PYTHON_PN}-asyncio \
13"