diff options
| author | Tom Geelen <t.f.g.geelen@gmail.com> | 2024-04-15 19:49:28 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-04-15 21:01:20 -0700 |
| commit | e191174390a5ba5aabd07c4e9d698d632236020f (patch) | |
| tree | f4ff22af37331e2f4112c4092473eba8d234f017 /meta-python/recipes-devtools/python/python3-pychromecast_14.0.0.bb | |
| parent | d3a16ad4aec3f496484295bbdb1f3d661911e69b (diff) | |
| download | meta-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.bb | 17 |
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 @@ | |||
| 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 += "file://0001-Allow-newer-version-of-wheel-and-setuptools.patch" | ||
| 7 | SRC_URI[sha256sum] = "dc4f8b052e760a978da9b2568b79020cb79af608a026465f07544cffe43973cf" | ||
| 8 | |||
| 9 | PYPI_PACKAGE = "PyChromecast" | ||
| 10 | |||
| 11 | inherit pypi python_setuptools_build_meta | ||
| 12 | |||
| 13 | RDEPENDS:${PN} += "\ | ||
| 14 | python3-zeroconf (>=0.131.0) \ | ||
| 15 | python3-protobuf (>=4.25.2) \ | ||
| 16 | python3-casttube (>=0.2.1) \ | ||
| 17 | " | ||
