From 6363baa57b0b819bea0aefae968da167e4532e92 Mon Sep 17 00:00:00 2001
From: Andrei Gherzan <andrei.gherzan@huawei.com>
Date: Thu, 20 May 2021 12:42:55 +0100
Subject: [PATCH] python3-pymetno: Provide 0.7.0 version

This version is a dependency for adding API v2 support in the met
component of HomeAssistant.

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
---
 recipes-devtools/python/python3-pymetno_0.7.0.bb | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 recipes-devtools/python/python3-pymetno_0.7.0.bb

diff --git a/recipes-devtools/python/python3-pymetno_0.7.0.bb b/recipes-devtools/python/python3-pymetno_0.7.0.bb
new file mode 100644
index 0000000..b5c5bce
--- /dev/null
+++ b/recipes-devtools/python/python3-pymetno_0.7.0.bb
@@ -0,0 +1,16 @@
+LICENSE = "GPLv3"
+LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-3.0;md5=c79ff39f19dfec6d293b95dea7b07891"
+
+inherit pypi setuptools3
+
+SRC_URI = "https://files.pythonhosted.org/packages/source/p/pymetno/PyMetno-${PV}.tar.gz"
+
+S = "${WORKDIR}/PyMetno-${PV}"
+
+SRC_URI[sha256sum] = "a2508346b8be05b8d34a214e78726da0627af71b5665de7bdac431df542be196"
+
+RDEPENDS_${PN} = "\
+	${PYTHON_PN}-aiohttp (>=3.6.1) \
+	${PYTHON_PN}-async-timeout (>=3.0.1) \
+	${PYTHON_PN}-pytz (>=2019.3) \
+"
-- 
GitLab