mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-06 23:50:28 +00:00
python3-aiohue: Upgrade 2.2.0 -> 2.3.0
Upgrade to release 2.3.0: - Fix Hue communication protocol - Create Dependabot config file - Include LICENSE in the manifest License-Update: Use file LICENSE. 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>
This commit is contained in:
11
meta-python/recipes-devtools/python/python3-aiohue_2.3.0.bb
Normal file
11
meta-python/recipes-devtools/python/python3-aiohue_2.3.0.bb
Normal file
@@ -0,0 +1,11 @@
|
||||
DESCRIPTION = "Asynchronous library to control Philips Hue"
|
||||
HOMEPAGE = "https://pypi.org/project/aiohue/"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=dab31a1d28183826937f4b152143a33f"
|
||||
|
||||
SRC_URI[sha256sum] = "d36fa57747191b92e77c89c453c792f13b9af8f7ca9610bb4bb46f2636a536f6"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-aiohttp"
|
||||
Reference in New Issue
Block a user