diff options
| author | Tom Geelen <t.f.g.geelen@gmail.com> | 2024-10-10 19:41:16 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-10-10 12:55:20 -0700 |
| commit | 4ef0630bcb3831690ad22214a8bc424e67b4c346 (patch) | |
| tree | 1281ab9fffcb838b05444da734028193f3362b9e /meta-python/recipes-devtools/python/python3-pychromecast_14.0.2.bb | |
| parent | 26a17756431f9e0b74549a4637b41cdb308a0f57 (diff) | |
| download | meta-openembedded-4ef0630bcb3831690ad22214a8bc424e67b4c346.tar.gz | |
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 <t.f.g.geelen@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pychromecast_14.0.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pychromecast_14.0.2.bb | 17 |
1 files changed, 17 insertions, 0 deletions
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 @@ | |||
| 1 | SUMMARY = "Library for Python 3.6+ to communicate with the Google Chromecast." | ||
| 2 | HOMEPAGE = "https://github.com/balloob/pychromecast" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b1dbd4e85f47b389bdadee9c694669f5" | ||
| 5 | |||
| 6 | SRC_URI += "file://0001-Allow-newer-version-of-wheel-and-setuptools.patch" | ||
| 7 | SRC_URI[sha256sum] = "092c65f421991bca565338bc61a0c14861c47e0f5c0a65919a5e93f02dfd071a" | ||
| 8 | |||
| 9 | PYPI_PACKAGE = "PyChromecast" | ||
| 10 | |||
| 11 | inherit pypi python_setuptools_build_meta | ||
| 12 | |||
| 13 | RDEPENDS:${PN} += "\ | ||
| 14 | python3-zeroconf (>=0.131.0) \ | ||
| 15 | python3-protobuf (>=4.25.2) \ | ||
| 16 | python3-casttube (>=0.2.1) \ | ||
| 17 | " | ||
