summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pysonos_0.0.48.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-05-18 11:01:25 +0300
committerKhem Raj <raj.khem@gmail.com>2021-05-19 09:16:54 -0700
commit8a4a32c12c5b052e86961a750b7bbc8eca30b34f (patch)
treeba1de04c1e6f5541f7346d9ab5fdf0b3401362ba /meta-python/recipes-devtools/python/python3-pysonos_0.0.48.bb
parent20731f44e17d666c6776078d1ccbcfc7a35a5bfd (diff)
downloadmeta-openembedded-8a4a32c12c5b052e86961a750b7bbc8eca30b34f.tar.gz
python3-pysonos: Upgrade 0.0.46 -> 0.0.48
Upgrade to release 0.0.48: - Merge SoCo 0.22 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.48.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pysonos_0.0.48.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pysonos_0.0.48.bb b/meta-python/recipes-devtools/python/python3-pysonos_0.0.48.bb
new file mode 100644
index 0000000000..18ff30b22a
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pysonos_0.0.48.bb
@@ -0,0 +1,15 @@
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] = "69c55bf80aae77b3ea8658ee1a80b9aafc0506931614853c926830a502230fc6"
8
9inherit pypi setuptools3
10
11RDEPENDS_${PN} += "\
12 ${PYTHON_PN}-ifaddr \
13 ${PYTHON_PN}-requests \
14 ${PYTHON_PN}-xmltodict \
15 "