diff options
| author | zhengrq.fnst <zhengrq.fnst@fujitsu.com> | 2022-05-27 09:40:49 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-05-29 06:39:14 -0700 |
| commit | 4770284e6dbb1428c40d46d3e0efc15d7eb822ba (patch) | |
| tree | e63290d31f2f479772dafc9bc2fbb21d4d3fce6c /meta-python/recipes-devtools/python/python3-pychromecast_12.1.2.bb | |
| parent | 760b96f583040da928283ea8c03928c452eccba4 (diff) | |
| download | meta-openembedded-4770284e6dbb1428c40d46d3e0efc15d7eb822ba.tar.gz | |
python3-pychromecast: upgrade 12.1.1 -> 12.1.2
Changelog:
=========
Add some additional cast types (#622)
Format some code (#621)
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pychromecast_12.1.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pychromecast_12.1.2.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pychromecast_12.1.2.bb b/meta-python/recipes-devtools/python/python3-pychromecast_12.1.2.bb new file mode 100644 index 0000000000..c8686ab529 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pychromecast_12.1.2.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] = "6be626e5ba2f6ffaefbc13ddced84e8b60a9ef1b012f71039fc0f7a0bcb4bda6" | ||
| 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 | " | ||
