diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2022-01-06 22:55:59 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-01-07 11:01:30 -0800 |
| commit | 0cfde4b7688308147e1618ff6f5551d1a6e585d9 (patch) | |
| tree | fa67033a20c590bc2e54167e432445d97f5a3c06 /meta-python/recipes-devtools/python/python3-pychromecast_10.2.3.bb | |
| parent | 46ed11291526cf3e075180ac7cfbf983c0b35a2a (diff) | |
| download | meta-openembedded-0cfde4b7688308147e1618ff6f5551d1a6e585d9.tar.gz | |
python3-pychromecast: Upgrade 10.1.1 -> 10.2.3
Upgrade to release 10.2.3:
- Attempt reconnect on unknown exceptions
- Handle NotConnected exception when reconnecting
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pychromecast_10.2.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pychromecast_10.2.3.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pychromecast_10.2.3.bb b/meta-python/recipes-devtools/python/python3-pychromecast_10.2.3.bb new file mode 100644 index 0000000000..9bd0379817 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pychromecast_10.2.3.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 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[sha256sum] = "ddb86c5acdc13e8bdadd2b7f5738fda36b32c1750548f7b629ca8d178f05e0da" | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "PyChromecast" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
| 11 | |||
| 12 | RDEPENDS:${PN} += " \ | ||
| 13 | ${PYTHON_PN}-logging \ | ||
| 14 | ${PYTHON_PN}-zeroconf \ | ||
| 15 | ${PYTHON_PN}-json \ | ||
| 16 | ${PYTHON_PN}-requests \ | ||
| 17 | ${PYTHON_PN}-protobuf \ | ||
| 18 | " | ||
