diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-04-03 17:17:45 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-04-04 19:18:48 -0700 |
| commit | 25f64b605c938a190ea78b8d2415df8df09bcbdd (patch) | |
| tree | 24a35aa23e8d63ade8207a35c2111a44f2abc639 /meta-python/recipes-devtools/python/python3-pychromecast_14.0.7.bb | |
| parent | 48fdb7a1b91914448e16621b6bed042847d693d4 (diff) | |
| download | meta-openembedded-25f64b605c938a190ea78b8d2415df8df09bcbdd.tar.gz | |
python3-pychromecast: Upgrade to 14.0.7
Apply a backport to fix build with setuptools 0.78.x
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pychromecast_14.0.7.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pychromecast_14.0.7.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pychromecast_14.0.7.bb b/meta-python/recipes-devtools/python/python3-pychromecast_14.0.7.bb new file mode 100644 index 0000000000..7bae0721db --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pychromecast_14.0.7.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 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-Update-setuptools-requirement-from-78.0-65.6-to-65.6.patch" | ||
| 7 | SRC_URI[sha256sum] = "7abbae80a2c9e05b93b1a7b8b4d771bbc764d88fd5e56a566f46ac1bd3f93848" | ||
| 8 | |||
| 9 | inherit pypi python_setuptools_build_meta | ||
| 10 | |||
| 11 | RDEPENDS:${PN} += "\ | ||
| 12 | python3-zeroconf (>=0.131.0) \ | ||
| 13 | python3-protobuf (>=4.25.2) \ | ||
| 14 | python3-casttube (>=0.2.1) \ | ||
| 15 | " | ||
