meta-openembedded/meta-python/recipes-devtools/python/python3-pychromecast_14.0.4.bb
Wang Mingyu 5b7ad17bf5
python3-pychromecast: upgrade 14.0.2 -> 14.0.4
Changelog:
===========
- Make it possible to log heartbeat ping pong
- Move HeartbeatController to a separate module
- Simplify socket timeout

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-14 09:52:29 -07:00

18 lines
585 B
BlitzBasic

SUMMARY = "Library for Python 3.6+ to communicate with the Google Chromecast."
HOMEPAGE = "https://github.com/balloob/pychromecast"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=b1dbd4e85f47b389bdadee9c694669f5"
SRC_URI += "file://0001-Allow-newer-version-of-wheel-and-setuptools.patch"
SRC_URI[sha256sum] = "1fc05d63db152fe6f71efdee77d14228dc4c55e99d734de4757455800b1f3ba4"
PYPI_PACKAGE = "PyChromecast"
inherit pypi python_setuptools_build_meta
RDEPENDS:${PN} += "\
python3-zeroconf (>=0.131.0) \
python3-protobuf (>=4.25.2) \
python3-casttube (>=0.2.1) \
"