aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pysonos_0.0.42.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-04-07 17:32:06 +0300
committerTrevor Gamblin <trevor.gamblin@windriver.com>2021-04-08 08:54:52 -0400
commit478e0e5833e8815f0e6ba77860ad54c342f34fb5 (patch)
tree2685c3580ee6b4533915663e4161f5b185ba528a /meta-python/recipes-devtools/python/python3-pysonos_0.0.42.bb
parent79d2873495faaa6406ec9d19e3f715701d2429c9 (diff)
downloadmeta-openembedded-contrib-478e0e5833e8815f0e6ba77860ad54c342f34fb5.tar.gz
python3-pysonos: Upgrade 0.0.41 -> 0.0.42
Upgrade to release 0.0.42: - Handle parse_event_xml doing I/O in the asyncio event loop 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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pysonos_0.0.42.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pysonos_0.0.42.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pysonos_0.0.42.bb b/meta-python/recipes-devtools/python/python3-pysonos_0.0.42.bb
new file mode 100644
index 0000000000..25defabc51
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pysonos_0.0.42.bb
@@ -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] = "20b45fa1779a01325e67822d243e1a3f7657d8b515308d84c1eb3c805cc3bdb5"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += "\
+ ${PYTHON_PN}-ifaddr \
+ ${PYTHON_PN}-requests \
+ ${PYTHON_PN}-xmltodict \
+ "