From bb2757ba26cbd1bf7be201a502bcfd33e2de977a Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 13 May 2021 16:23:30 +0300 Subject: 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 Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python3-pysonos_0.0.46.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pysonos_0.0.46.bb (limited to 'meta-python/recipes-devtools/python/python3-pysonos_0.0.46.bb') 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 @@ +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] = "e682b989ea6e156cc1893e573097a0a5b8401e955a1c279bb4c1d20dfa6c4d9b" + +inherit pypi setuptools3 + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-ifaddr \ + ${PYTHON_PN}-requests \ + ${PYTHON_PN}-xmltodict \ + " -- cgit v1.2.3-54-g00ecf