From 5b7ad17bf598365f65b104e96c284de1b190ca32 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 14 Oct 2024 16:54:53 +0800 Subject: 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 Signed-off-by: Khem Raj --- .../python/python3-pychromecast_14.0.2.bb | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pychromecast_14.0.2.bb (limited to 'meta-python/recipes-devtools/python/python3-pychromecast_14.0.2.bb') diff --git a/meta-python/recipes-devtools/python/python3-pychromecast_14.0.2.bb b/meta-python/recipes-devtools/python/python3-pychromecast_14.0.2.bb deleted file mode 100644 index 5a51d2e137..0000000000 --- a/meta-python/recipes-devtools/python/python3-pychromecast_14.0.2.bb +++ /dev/null @@ -1,17 +0,0 @@ -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] = "092c65f421991bca565338bc61a0c14861c47e0f5c0a65919a5e93f02dfd071a" - -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) \ -" -- cgit v1.2.3-54-g00ecf