diff options
| author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2021-10-23 22:36:21 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-10-25 08:35:04 -0700 |
| commit | f3041231108773a8a483d8b77e359544e537955a (patch) | |
| tree | 1561a11ba463ca7ca2db163ef7d780e20a2257ff /meta-python/recipes-devtools/python/python3-pychromecast_9.3.1.bb | |
| parent | cc81283a77a21795f2fc2ca456a6dc16fb46b3ed (diff) | |
| download | meta-openembedded-f3041231108773a8a483d8b77e359544e537955a.tar.gz | |
python3-pychromecast: update to 9.3.1
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.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_9.3.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pychromecast_9.3.1.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pychromecast_9.3.1.bb b/meta-python/recipes-devtools/python/python3-pychromecast_9.3.1.bb new file mode 100644 index 0000000000..77b032ae2b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pychromecast_9.3.1.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] = "a1d6807ae0fc455aaeecd2def87c31bb86679a2920cacfa7910db9c9db5085d4" | ||
| 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 | " | ||
