mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
12 lines
384 B
BlitzBasic
12 lines
384 B
BlitzBasic
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] = "3ee8e857b07364516f8b9f0e5c52d4cd775036f3ace37c2769de1e8579f4dc07"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
RDEPENDS:${PN} += "${PYTHON_PN}-aiohttp"
|