diff options
| author | Xu Huan <xuhuan.fnst@fujitsu.com> | 2022-06-30 10:14:00 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-07-02 11:37:03 -0400 |
| commit | 0c2491a4c617888d458bc0789ce1cbfd92db0392 (patch) | |
| tree | 664f332ff17be68f41cf02bd315bd1c52a6f137c /meta-python/recipes-devtools/python/python3-aiohue_4.4.2.bb | |
| parent | c4d400d31337ce6fd6452c8bfc6d43454bd49f08 (diff) | |
| download | meta-openembedded-0c2491a4c617888d458bc0789ce1cbfd92db0392.tar.gz | |
python3-aiohue: upgrade 4.4.1 -> 4.4.2
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-aiohue_4.4.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-aiohue_4.4.2.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-aiohue_4.4.2.bb b/meta-python/recipes-devtools/python/python3-aiohue_4.4.2.bb new file mode 100644 index 0000000000..63d29a48fb --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-aiohue_4.4.2.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | DESCRIPTION = "Asynchronous library to control Philips Hue" | ||
| 2 | HOMEPAGE = "https://pypi.org/project/aiohue/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dab31a1d28183826937f4b152143a33f" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "871c27da3d5a5b7d7c5049e6d23713425a2f251639ff1fb5fac460724ba42f15" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | RDEPENDS:${PN} += " \ | ||
| 12 | ${PYTHON_PN}-aiohttp \ | ||
| 13 | ${PYTHON_PN}-asyncio-throttle \ | ||
| 14 | ${PYTHON_PN}-profile \ | ||
| 15 | ${PYTHON_PN}-awesomeversion \ | ||
| 16 | " | ||
