From 4ef0630bcb3831690ad22214a8bc424e67b4c346 Mon Sep 17 00:00:00 2001 From: Tom Geelen Date: Thu, 10 Oct 2024 19:41:16 +0000 Subject: python3-pychromecast: upgrade 14.0.1 -> 14.0.2 Changelog: https://github.com/home-assistant-libs/pychromecast/releases/tag/14.0.2 Signed-off-by: Tom Geelen Signed-off-by: Khem Raj --- .../python/python3-pychromecast_14.0.2.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create 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 new file mode 100644 index 0000000000..5a51d2e137 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pychromecast_14.0.2.bb @@ -0,0 +1,17 @@ +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