python3-pysonos: Upgrade 0.0.53 -> 0.0.54

Upgrade to release 0.0.54:

- Raise exception if Service command is not supported

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
Leon Anavi
2021-07-29 14:25:17 +03:00
committed by Khem Raj
parent 7d63c9a6aa
commit 4e73ec8d91

View File

@@ -0,0 +1,15 @@
DESCRIPTION = "A SoCo fork with fixes for Home Assistant "
HOMEPAGE = "https://pypi.org/project/pysonos/"
SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=07b0e2ca9ac77cd65cd4edf2e13367ea"
SRC_URI[sha256sum] = "2a72897cfd342382573632d80d38776884a38c8d02353d9d5da4e9e8e83cb42b"
inherit pypi setuptools3
RDEPENDS_${PN} += "\
${PYTHON_PN}-ifaddr \
${PYTHON_PN}-requests \
${PYTHON_PN}-xmltodict \
"