diff options
| author | Bartosz Golaszewski <brgl@bgdev.pl> | 2022-01-07 13:27:01 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-01-24 09:09:59 -0800 |
| commit | 517780827b8dc8dd05a011f07fbabfdaa7032a0f (patch) | |
| tree | 7707e5998464cd3ba9a302a8e366a86513b2cda5 /meta-python/recipes-devtools/python/python3-zeroconf_0.38.1.bb | |
| parent | a5ed4089c2795d0aaca5b48d0b1a17fcfec15416 (diff) | |
| download | meta-openembedded-517780827b8dc8dd05a011f07fbabfdaa7032a0f.tar.gz | |
python3-zeroconf: bump version 0.36.13 -> 0.38.1
[Please note: This e-mail is from an EXTERNAL e-mail address]
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-zeroconf_0.38.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-zeroconf_0.38.1.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-zeroconf_0.38.1.bb b/meta-python/recipes-devtools/python/python3-zeroconf_0.38.1.bb new file mode 100644 index 0000000000..c49782e426 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-zeroconf_0.38.1.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | SUMMARY = "Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)" | ||
| 2 | HOMEPAGE = "https://github.com/jstasiak/python-zeroconf" | ||
| 3 | LICENSE = "LGPL-2.1" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bb705b228ea4a14ea2728215b780d80" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "10c501b25d8881b656e56c34674d98fe6bc752240a572e74f918bc849c93ba9c" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
| 9 | |||
| 10 | RDEPENDS:${PN} += " \ | ||
| 11 | ${PYTHON_PN}-ifaddr \ | ||
| 12 | ${PYTHON_PN}-asyncio \ | ||
| 13 | " | ||
