From c641d17a0979276e3cce103932e314d961f5da82 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 18 Aug 2021 12:40:38 +0300 Subject: python3-zeroconf: Upgrade 0.34.3 -> 0.36.0 Upgrade to release 0.36.0: - Fill incomplete IPv6 tuples to avoid WinError on windows Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python3-zeroconf_0.36.0.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-zeroconf_0.36.0.bb (limited to 'meta-python/recipes-devtools/python/python3-zeroconf_0.36.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-zeroconf_0.36.0.bb b/meta-python/recipes-devtools/python/python3-zeroconf_0.36.0.bb new file mode 100644 index 0000000000..5f6f0a2987 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-zeroconf_0.36.0.bb @@ -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" +LIC_FILES_CHKSUM = "file://COPYING;md5=3bb705b228ea4a14ea2728215b780d80" + +SRC_URI[sha256sum] = "549f685a318c06d5345ed6533f54f33b206816b564ed7f7876e7b9522e77bf29" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += " \ + ${PYTHON_PN}-ifaddr \ + ${PYTHON_PN}-asyncio \ +" -- cgit v1.2.3-54-g00ecf