summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pychromecast_14.0.10.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pychromecast_14.0.10.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pychromecast_14.0.10.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pychromecast_14.0.10.bb b/meta-python/recipes-devtools/python/python3-pychromecast_14.0.10.bb
new file mode 100644
index 0000000000..cdd85a550f
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pychromecast_14.0.10.bb
@@ -0,0 +1,14 @@
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] = "f05a1c8d727d4f104c8c731688053033e05157f2ab81bc8eef50ec0c62f9373c"
7
8inherit pypi python_setuptools_build_meta
9
10RDEPENDS:${PN} += "\
11 python3-zeroconf (>=0.131.0) \
12 python3-protobuf (>=4.25.2) \
13 python3-casttube (>=0.2.1) \
14"