summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pychromecast_13.0.4.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-04-03 18:05:24 +0800
committerKhem Raj <raj.khem@gmail.com>2023-04-05 15:56:47 -0700
commita34202abe7697485a5d027c81dda4b8afafa0259 (patch)
tree04eea519c8662c3991774b8aea95a63b2b9655ec /meta-python/recipes-devtools/python/python3-pychromecast_13.0.4.bb
parentac3d79628163c9f0ac8f1053511ba1320dc9194c (diff)
downloadmeta-openembedded-a34202abe7697485a5d027c81dda4b8afafa0259.tar.gz
python3-pychromecast: upgrade 13.0.4 -> 13.0.6
Changelog: ========== Fix socket leak (#718) Don't call launch callback on error (#715) Wait for response when stopping app (#714) Simplify request callback handling (#712) Make sure handler is unregistered after quickplay (#713) 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, 0 insertions, 19 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
deleted file mode 100644
index 49680c343d..0000000000
--- a/meta-python/recipes-devtools/python/python3-pychromecast_13.0.4.bb
+++ /dev/null
@@ -1,19 +0,0 @@
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"