From 2a73a50db27c7c15a77519c92d66141d26fc6c7a Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 5 Apr 2021 15:49:30 +0300 Subject: python3-pysonos: Upgrade 0.0.40 -> 0.0.41 Upgrade to release 0.0.41: - Add events_asyncio events module Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python3-pysonos_0.0.41.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pysonos_0.0.41.bb (limited to 'meta-python/recipes-devtools/python/python3-pysonos_0.0.41.bb') 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 new file mode 100644 index 0000000000..564d60ee47 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pysonos_0.0.41.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] = "08d17fee04cc8209b915e61407673ea843b55792a9301fbe86adb9cc69a67a54" + +inherit pypi setuptools3 + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-ifaddr \ + ${PYTHON_PN}-requests \ + ${PYTHON_PN}-xmltodict \ + " -- cgit v1.2.3-54-g00ecf