summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pysonos_0.0.41.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.41.bb
parent79d2873495faaa6406ec9d19e3f715701d2429c9 (diff)
downloadmeta-openembedded-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.41.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pysonos_0.0.41.bb15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pysonos_0.0.41.bb b/meta-python/recipes-devtools/python/python3-pysonos_0.0.41.bb
deleted file mode 100644
index 564d60ee47..0000000000
--- a/meta-python/recipes-devtools/python/python3-pysonos_0.0.41.bb
+++ /dev/null
@@ -1,15 +0,0 @@
1DESCRIPTION = "A SoCo fork with fixes for Home Assistant "
2HOMEPAGE = "https://pypi.org/project/pysonos/"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=07b0e2ca9ac77cd65cd4edf2e13367ea"
6
7SRC_URI[sha256sum] = "08d17fee04cc8209b915e61407673ea843b55792a9301fbe86adb9cc69a67a54"
8
9inherit pypi setuptools3
10
11RDEPENDS_${PN} += "\
12 ${PYTHON_PN}-ifaddr \
13 ${PYTHON_PN}-requests \
14 ${PYTHON_PN}-xmltodict \
15 "