summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pychromecast_13.0.4.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-12-20 20:22:25 +0800
committerKhem Raj <raj.khem@gmail.com>2022-12-23 08:52:22 -0800
commitc71058fcd19cdf3829581bbfd62f296255babfb0 (patch)
tree4575e8ce05ac6030ec21f8c3eb0a8660f5aae566 /meta-python/recipes-devtools/python/python3-pychromecast_13.0.4.bb
parent6f4cd259da86afd40cfa5c00edd668c974a0e965 (diff)
downloadmeta-openembedded-c71058fcd19cdf3829581bbfd62f296255babfb0.tar.gz
python3-pychromecast: upgrade 13.0.2 -> 13.0.4
Changelog: ========== Correct timeout in call to poll.poll (#687) Revert "Revert "Fix error with select when python process exceeds 1024 open file descriptors"" (#686) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pychromecast_13.0.4.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pychromecast_13.0.4.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pychromecast_13.0.4.bb b/meta-python/recipes-devtools/python/python3-pychromecast_13.0.4.bb
new file mode 100644
index 0000000000..49680c343d
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pychromecast_13.0.4.bb
@@ -0,0 +1,19 @@
1SUMMARY = "Library for Python 3.6+ to communicate with the Google Chromecast."
2HOMEPAGE = "https://github.com/balloob/pychromecast"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=b1dbd4e85f47b389bdadee9c694669f5"
5
6SRC_URI[sha256sum] = "792fba3f31e4968a5e99c19c771774083a2aa7e897ebf6f5e218e308e33a461f"
7
8PYPI_PACKAGE = "PyChromecast"
9
10inherit pypi setuptools3
11
12RDEPENDS:${PN} += " \
13 ${PYTHON_PN}-logging \
14 ${PYTHON_PN}-zeroconf \
15 ${PYTHON_PN}-json \
16 ${PYTHON_PN}-requests \
17 ${PYTHON_PN}-protobuf \
18 ${PYTHON_PN}-compression \
19"