mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-11 13:20:30 +00:00
python3-aiohue: Upgrade 2.3.1 -> 2.4.0
Upgrade to release 2.4.0: - Allow listening for Hue events 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.4.0.bb
Normal file
11
meta-python/recipes-devtools/python/python3-aiohue_2.4.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] = "59ac159301064d222192f7b58891d39a2f25aab620061ed12e7cfaf1b5d1a6cc"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-aiohttp"
|
||||
Reference in New Issue
Block a user