summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pychromecast_14.0.0.bb
diff options
context:
space:
mode:
authorTom Geelen <t.f.g.geelen@gmail.com>2024-04-15 19:49:28 +0000
committerKhem Raj <raj.khem@gmail.com>2024-04-15 21:01:20 -0700
commite191174390a5ba5aabd07c4e9d698d632236020f (patch)
treef4ff22af37331e2f4112c4092473eba8d234f017 /meta-python/recipes-devtools/python/python3-pychromecast_14.0.0.bb
parentd3a16ad4aec3f496484295bbdb1f3d661911e69b (diff)
downloadmeta-openembedded-e191174390a5ba5aabd07c4e9d698d632236020f.tar.gz
python3-pychromecast: upgrade 14.0.0 -> 14.0.1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pychromecast_14.0.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pychromecast_14.0.0.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pychromecast_14.0.0.bb b/meta-python/recipes-devtools/python/python3-pychromecast_14.0.0.bb
deleted file mode 100644
index be5a3a97e7..0000000000
--- a/meta-python/recipes-devtools/python/python3-pychromecast_14.0.0.bb
+++ /dev/null
@@ -1,17 +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 += "file://0001-Allow-newer-version-of-wheel-and-setuptools.patch"
7SRC_URI[sha256sum] = "dc4f8b052e760a978da9b2568b79020cb79af608a026465f07544cffe43973cf"
8
9PYPI_PACKAGE = "PyChromecast"
10
11inherit pypi python_setuptools_build_meta
12
13RDEPENDS:${PN} += "\
14 python3-zeroconf (>=0.131.0) \
15 python3-protobuf (>=4.25.2) \
16 python3-casttube (>=0.2.1) \
17"