mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
python3-zeroconf: upgrade 0.38.7 -> 0.39.0
Add dependence python3-async-timeout Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
902a6876f2
commit
c755fd315d
|
|
@ -3,11 +3,12 @@ HOMEPAGE = "https://github.com/jstasiak/python-zeroconf"
|
||||||
LICENSE = "LGPL-2.1-only"
|
LICENSE = "LGPL-2.1-only"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=3bb705b228ea4a14ea2728215b780d80"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=3bb705b228ea4a14ea2728215b780d80"
|
||||||
|
|
||||||
SRC_URI[sha256sum] = "eaee2293e5f4e6d249f6155f9d3cca1668cb22b2545995ea72c6a03b4b7706d4"
|
SRC_URI[sha256sum] = "7c0d8257b940ee43e637fb560c2f9bd79da0638f37af162eb4f506f7274ef8e4"
|
||||||
|
|
||||||
inherit pypi setuptools3
|
inherit pypi setuptools3
|
||||||
|
|
||||||
RDEPENDS:${PN} += " \
|
RDEPENDS:${PN} += " \
|
||||||
${PYTHON_PN}-ifaddr \
|
${PYTHON_PN}-ifaddr \
|
||||||
${PYTHON_PN}-asyncio \
|
${PYTHON_PN}-asyncio \
|
||||||
|
${PYTHON_PN}-async-timeout \
|
||||||
"
|
"
|
||||||
Loading…
Reference in New Issue
Block a user