summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pysonos_0.0.46.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-05-13 16:23:30 +0300
committerKhem Raj <raj.khem@gmail.com>2021-05-14 07:25:05 -0700
commitbb2757ba26cbd1bf7be201a502bcfd33e2de977a (patch)
tree513ce2e4700737b9f21ad4ad65ff533969047811 /meta-python/recipes-devtools/python/python3-pysonos_0.0.46.bb
parent9e7b7fc006ac38952936e101057baeddbfa3adac (diff)
downloadmeta-openembedded-bb2757ba26cbd1bf7be201a502bcfd33e2de977a.tar.gz
python3-pysonos: Upgrade 0.0.43 -> 0.0.46
Upgrade to release 0.0.46: - Expand matches for pipe-delimited metadata 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.46.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pysonos_0.0.46.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pysonos_0.0.46.bb b/meta-python/recipes-devtools/python/python3-pysonos_0.0.46.bb
new file mode 100644
index 0000000000..0dc7d8b3ca
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pysonos_0.0.46.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] = "e682b989ea6e156cc1893e573097a0a5b8401e955a1c279bb4c1d20dfa6c4d9b"
8
9inherit pypi setuptools3
10
11RDEPENDS_${PN} += "\
12 ${PYTHON_PN}-ifaddr \
13 ${PYTHON_PN}-requests \
14 ${PYTHON_PN}-xmltodict \
15 "