mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-09 22:00:00 +00:00
python3-pychromecast: upgrade 10.2.3 -> 10.3.0
Changelog: ========= Show diff when black fails Fix f-string Fix black fail introduced Log error code on exception Bump protobuf to 3.19.1 and regenerate protobuf files Bump black from 21.12b0 to 22.1.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
committed by
Trevor Gamblin
parent
9d16fb8d06
commit
d31d4f6fbe
@@ -0,0 +1,18 @@
|
||||
SUMMARY = "Library for Python 3.6+ to communicate with the Google Chromecast."
|
||||
HOMEPAGE = "https://github.com/balloob/pychromecast"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=b1dbd4e85f47b389bdadee9c694669f5"
|
||||
|
||||
SRC_URI[sha256sum] = "4eb107446fdbed876f48c83202b6212b221286168a55c16b3eb8edf4200f10a1"
|
||||
|
||||
PYPI_PACKAGE = "PyChromecast"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
${PYTHON_PN}-logging \
|
||||
${PYTHON_PN}-zeroconf \
|
||||
${PYTHON_PN}-json \
|
||||
${PYTHON_PN}-requests \
|
||||
${PYTHON_PN}-protobuf \
|
||||
"
|
||||
Reference in New Issue
Block a user