summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pysonos_0.0.51.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-07-19 15:41:39 +0300
committerKhem Raj <raj.khem@gmail.com>2021-07-20 09:27:56 -0700
commit6e52fe95fe7ffdad67f83441c2da9f20f09981fe (patch)
tree87b51f14b40182e11a593a61ff1bc5ffdf3f9052 /meta-python/recipes-devtools/python/python3-pysonos_0.0.51.bb
parent422ffc7b515f59a96d9a4ca556d113c1d63879d8 (diff)
downloadmeta-openembedded-6e52fe95fe7ffdad67f83441c2da9f20f09981fe.tar.gz
python3-pysonos: Upgrade 0.0.51 -> 0.0.53
Upgrade to release 0.0.53: - Merge current SoCo master - Reinstate workaround for pre-10.1 firmware versions 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.51.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pysonos_0.0.51.bb15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pysonos_0.0.51.bb b/meta-python/recipes-devtools/python/python3-pysonos_0.0.51.bb
deleted file mode 100644
index 53465f5398..0000000000
--- a/meta-python/recipes-devtools/python/python3-pysonos_0.0.51.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] = "828ad17a671dca2c52976efd9404254ad667f75482e33ce2de2e68e89d0e56ef"
8
9inherit pypi setuptools3
10
11RDEPENDS_${PN} += "\
12 ${PYTHON_PN}-ifaddr \
13 ${PYTHON_PN}-requests \
14 ${PYTHON_PN}-xmltodict \
15 "